You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'if with identical then and else branches' at lines 44, 52, 60, 79, 257, 366 (code doesn't show that condition for any of these locations)
Missing user name in TODO comment at lines 109, 115
rpc_callback_map_ uninitialized at line 177
invalid case style for defaultUri (line 177) and configFile (line 178)
configFile is unused
zenoh_key, listener, payload, listener, sink_filter are unused at various places
missing user name in TODO comment at lines 182, 279
registerResponseListener_ (line 219), sendRequest_ (line 246), sendRespose_ (line 306), sendPublishNotification_ (line 333), registerListenerImpl (line 408), cleanupListener (line 439) can be made static
payload is unused at line 247 and 306
resp_callback is not initialized at line 255
zenoh_key not initialized at line 365
switch has 4 consecutive identical branches at line 375 (another error that isn't evident in the code)
I missed a few unused and/or uninitialized.
There are lots of cases where clang-tidy is reporting logical problems in the code that do not exist. The if-then-else branch detection inspector seems broken.
The text was updated successfully, but these errors were encountered:
I missed a few unused and/or uninitialized.
There are lots of cases where clang-tidy is reporting logical problems in the code that do not exist. The if-then-else branch detection inspector seems broken.
The text was updated successfully, but these errors were encountered: