Skip to content

Conversation

aschackmull
Copy link
Contributor

No description provided.

@@ -817,7 +816,7 @@
this = TNestedCompletion(_, TBreakCompletion(), _)
}

override BreakSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -836,7 +835,7 @@
this = TNestedCompletion(_, TContinueCompletion(), _)
}

override ContinueSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -859,7 +858,7 @@
/** Gets the label of the `goto` completion. */
string getLabel() { result = label }

override GotoSuccessor getAMatchingSuccessorType() { result.getLabel() = label }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -882,7 +881,7 @@
/** Gets the type of the exception being thrown. */
ExceptionClass getExceptionClass() { result = ec }

override ExceptionSuccessor getAMatchingSuccessorType() { result.getExceptionClass() = ec }
override ExceptionSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -359,7 +358,7 @@
this = TNestedCompletion(_, TBreakCompletion(), _)
}

override BreakSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -395,7 +394,7 @@
this = TNestedCompletion(_, TRedoCompletion(), _)
}

override RedoSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -413,7 +412,7 @@
this = TNestedCompletion(_, TRetryCompletion(), _)
}

override RetrySuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -431,7 +430,7 @@
this = TNestedCompletion(_, TRaiseCompletion(), _)
}

override RaiseSuccessor getAMatchingSuccessorType() { any() }
override ExceptionSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@github-actions github-actions bot added the Rust Pull requests that update Rust code label Aug 28, 2025
@github-actions github-actions bot added Java Swift Actions Analysis of GitHub Actions labels Aug 28, 2025
@@ -338,7 +337,7 @@

BreakCompletion() { this = TBreakCompletion(target) }

override BreakSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -354,7 +353,7 @@

ContinueCompletion() { this = TContinueCompletion(target) }

override ContinueSuccessor getAMatchingSuccessorType() { any() }
override JumpSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
@@ -468,7 +467,7 @@

FallthroughCompletion() { this = TFallthroughCompletion(dest) }

override FallthroughSuccessor getAMatchingSuccessorType() { any() }
override DirectSuccessor getAMatchingSuccessorType() { any() }

Check warning

Code scanning / CodeQL

Override with unmentioned parameter Warning

Override predicate doesn't mention
result
. Maybe mention it in a 'exists(result)'?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Analysis of GitHub Actions C# Java Ruby Rust Pull requests that update Rust code Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant