Don't use two-step creation for MainFrame. #23
Annotations
2 errors, 10 warnings, and 2 notices
src/wxfb/App.h:10:10 [clang-diagnostic-error]:
src/wxfb/App.h#L10
'wx/artprov.h' file not found
|
cpp-linter
Process completed with exit code 1.
|
src/wxfb/App.cpp:13:1 [cppcoreguidelines-pro-type-member-init]:
src/wxfb/App.cpp#L13
constructor does not initialize these fields: pnlRoot, pnlPortfolio, mnuBar, mnuFile, mnuLogin, mnuLogout, mnuExchange, mnuView, mnuShowClosedPositions, mnuHelp, statusBar
|
src/wxfb/App.cpp:17:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L17
variable 'vszrRoot' is not initialized
|
src/wxfb/App.cpp:21:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L21
variable 'vszrContent' is not initialized
|
src/wxfb/App.cpp:47:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L47
variable 'mnuExit' is not initialized
|
src/wxfb/App.cpp:54:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L54
variable 'mnuItemExchangeAnnouncements' is not initialized
|
src/wxfb/App.cpp:58:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L58
variable 'mnuItemExchangeSchedule' is not initialized
|
src/wxfb/App.cpp:62:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L62
variable 'mnuItemExchangeStatus' is not initialized
|
src/wxfb/App.cpp:76:14 [cppcoreguidelines-init-variables]:
src/wxfb/App.cpp#L76
variable 'mnuAbout' is not initialized
|
src/wxfb/App.cpp:101:12 [modernize-use-equals-default]:
src/wxfb/App.cpp#L101
use '= default' to define a trivial destructor
|
src/wxfb/App.cpp:105:1 [cppcoreguidelines-pro-type-member-init]:
src/wxfb/App.cpp#L105
constructor does not initialize these fields: txtEmail, txtPassword, chkRememberMe
|
Run clang-format on src/wxfb/App.cpp:
src/wxfb/App.cpp#L1
File src/wxfb/App.cpp does not conform to LLVM style guidelines. (lines 13, 14, 15, 17, 18, 20, 21, 22, 24, 25, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 41, 42, 43, 45, 47, 48, 49, 51, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 68, 69, 70, 71, 73, 75, 76, 77, 78, 80, 82, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 101, 102, 105, 106, 107, 109, 110, 112, 113, 115, 116, 117, 118, 120, 121, 123, 124, 125, 126, 128, 129, 132, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 150, 151, 152, 154, 157, 158, 161, 162, 163, 165, 166, 168, 169, 170, 171, 174, 176, 177, 178, 180, 181, 182, 183, 184, 185, 187, 190, 191, 192, 194, 197, 198, 201, 202, 203, 205, 206, 208, 209, 211, 212, 213, 214, 216, 217, 218, 220, 221, 222, 223, 225, 226, 227, 229, 230, 231, 232, 234, 235, 236, 238, 239, 240, 241, 243, 244, 245, 247, 248, 249, 250, 252, 253, 254, 256, 257, 258, 259, 261, 262, 263, 265, 266, 267, 268, 270, 271, 272, 275, 277, 278, 279, 281, 283, 284, 285, 286, 288, 289, 290, 291, 294, 296, 299, 301, 302, 303, 305, 306, 307, 308, 309, 310, 312, 315, 316, 317, 319, 322, 323, 326, 327, 328, 330, 331, 333, 334, 336, 337, 338, 339, 341, 342, 343, 345, 346, 347, 348, 350, 351, 352, 355, 357, 358, 359, 360, 361, 362, 364, 367, 368, 369, 371, 374, 375)
|
Run clang-format on src/wxfb/App.h:
src/wxfb/App.h#L1
File src/wxfb/App.h does not conform to LLVM style guidelines. (lines 10, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 75, 77, 79, 81, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 95, 97, 99, 101, 103, 104, 105, 106, 107, 108, 110, 111, 112, 114, 116, 118, 120, 122, 123, 124, 125, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 144, 146, 148, 150, 151, 152, 153, 154, 155, 157, 158, 159, 161, 163, 165, 167, 170)
|