Skip to content
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

Task/rdmp 224 dqe update #2095

Open
wants to merge 42 commits into
base: develop
Choose a base branch
from
Open

Task/rdmp 224 dqe update #2095

wants to merge 42 commits into from

Conversation

JFriel
Copy link
Collaborator

@JFriel JFriel commented Dec 20, 2024

Proposed Change

Summarise your proposed changes here, including any notes for reviewers.

Type of change

What types of changes does your code introduce? Tick all that apply.

  • Bugfix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation-Only Update
  • Other (if none of the other choices apply)

Checklist

By opening this PR, I confirm that I have:

  • Ensured that the PR branch is in sync with the target branch (i.e. it is automatically merge-able)
  • Created or updated any tests if relevant
  • Have validated this change against the Test Plan
  • Requested a review by one of the repository maintainers
  • Have written new documentation or updated existing documentation to detail any new or updated functionality and how to use it
  • Have added an entry into the changelog

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.


var table = server.CreateTable("PartialToaDQE", dt);
table.CreatePrimaryKey(table.DiscoverColumns().Where(c => c.GetRuntimeName() == "chi").ToArray());
dt.Dispose();

Check warning

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning test

Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method CreateTable
.
Dispose missed if exception is thrown by
call to method CreatePrimaryKey
.
Dispose missed if exception is thrown by
call to method ToArray
.
Dispose missed if exception is thrown by
call to method Where
.
Dispose missed if exception is thrown by
call to method DiscoverColumns
.

report.Check(ThrowImmediatelyCheckNotifier.Quiet);
report.GenerateReport(catalogue, listener, source.Token);
source.Dispose();

Check warning

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning test

Dispose missed if exception is thrown by
call to method GenerateReport
.
Dispose missed if exception is thrown by
call to method GetTempPath
.
Dispose missed if exception is thrown by
call to method GetTempPath
.
Dispose missed if exception is thrown by
call to method GetTempPath
.
Dispose missed if exception is thrown by
call to method GetTempPath
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method CreateNewLoggingTaskIfNotExists
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method LinkToCatalogue
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method SetArgumentValue
.
Dispose missed if exception is thrown by
call to method SetArgumentValue
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method SetArgumentValue
.
Dispose missed if exception is thrown by
call to method SetArgumentValue
.
Dispose missed if exception is thrown by
call to method SetArgumentValue
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method SaveToDatabase
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method SetupFile
.
Dispose missed if exception is thrown by
call to method PerformLoad
.
Dispose missed if exception is thrown by
call to method Check
.
Dispose missed if exception is thrown by
call to method GenerateReport
.
Dispose missed if exception is thrown by
call to method ToList
.
Dispose missed if exception is thrown by
call to method That
.
Dispose missed if exception is thrown by
call to method EqualTo
.
Dispose missed if exception is thrown by
call to method CompareEvaluations
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method SetupFile
.
Dispose missed if exception is thrown by
call to method PerformLoad
.
Dispose missed if exception is thrown by
call to method Check
.
Dispose missed if exception is thrown by
call to method GenerateReport
.
Dispose missed if exception is thrown by
call to method ToList
.
Dispose missed if exception is thrown by
call to method That
.
Dispose missed if exception is thrown by
call to method EqualTo
.
Dispose missed if exception is thrown by
call to method CompareEvaluations
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by
call to method Add
.
Dispose missed if exception is thrown by [call to method
@JFriel JFriel requested a review from jas88 January 6, 2025 12:32
@JFriel JFriel marked this pull request as ready for review January 6, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant