Skip to content

Commit 704c7ee

Browse files
Stephan Brandauertausbn
andauthored
Java: Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 4effc11 commit 704c7ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/automodel/src/AutomodelApplicationModeCharacteristics.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ private class CannotBeTaintedCharacteristic extends CharacteristicsImpl::LikelyN
544544
CannotBeTaintedCharacteristic() { this = "cannot be tainted" }
545545

546546
override predicate appliesToEndpoint(Endpoint e) {
547-
// XXX consider source candidate endpoints
548547
e.getExtensibleType() = "sinkModel" and
549548
not this.isKnownOutNodeForStep(e)
550549
}

0 commit comments

Comments
 (0)