-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SonarQubeの静的解析で検出されたバグを修正する #1439
Merged
Merged
Commits on Oct 25, 2020
-
ApiWrap::Wnd_GetTextのオーバーロード関数を追加
std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
Configuration menu - View commit details
-
Copy full SHA for dd9b851 - Browse repository at this point
Copy the full SHA dd9b851View commit details -
ApiWrap::DlgItem_GetTextのオーバーロード関数を追加
std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
Configuration menu - View commit details
-
Copy full SHA for 2e8452c - Browse repository at this point
Copy the full SHA 2e8452cView commit details -
ApiWrap::List_GetTextのオーバーロード関数を追加
std::make_unique<WCHAR[]>を使わないで済むようにラッパー関数を追加する
Configuration menu - View commit details
-
Copy full SHA for ed530f8 - Browse repository at this point
Copy the full SHA ed530f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b4a0f - Browse repository at this point
Copy the full SHA c5b4a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2318efb - Browse repository at this point
Copy the full SHA 2318efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e75f2 - Browse repository at this point
Copy the full SHA 74e75f2View commit details -
CGrepAgent::CreateFoldersリファクタリング
std::make_unique<WCHAR[]>を使わないように修正
Configuration menu - View commit details
-
Copy full SHA for 085ac88 - Browse repository at this point
Copy the full SHA 085ac88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020f8b7 - Browse repository at this point
Copy the full SHA 020f8b7View commit details
Commits on Oct 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 336cc8e - Browse repository at this point
Copy the full SHA 336cc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9cb04 - Browse repository at this point
Copy the full SHA 6d9cb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6401489 - Browse repository at this point
Copy the full SHA 6401489View commit details -
前後の '"" を取り除くように実装してたのを パスに含まれる '"' を削除するように修正。
Configuration menu - View commit details
-
Copy full SHA for d722d8c - Browse repository at this point
Copy the full SHA d722d8cView commit details
Commits on Oct 27, 2020
-
レビュー指摘(reserveよりresizeのが良さそう)の対応
std::wstringのsize()が返すインデックス以降をアクセスした場合の動作は保証されない。 reserveだけだとsizeが変更されないのでresizeに変更しておく。
Configuration menu - View commit details
-
Copy full SHA for 6036009 - Browse repository at this point
Copy the full SHA 6036009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943e1d9 - Browse repository at this point
Copy the full SHA 943e1d9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.