Java/C++: Follow-up changes

This commit is contained in:
Tom Hvitved
2020-02-13 12:59:50 +01:00
parent b5b0c2b8cf
commit 332733a92e
3 changed files with 3 additions and 3 deletions

View File

@@ -302,4 +302,4 @@ class DataFlowCall extends Expr {
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
int flowThroughAccessPathLimit() { none() }
int accessPathLimit() { result = 5 }

View File

@@ -205,4 +205,4 @@ class DataFlowCall extends CallInstruction {
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() } // stub implementation
int flowThroughAccessPathLimit() { none() }
int accessPathLimit() { result = 5 }

View File

@@ -323,4 +323,4 @@ predicate isUnreachableInCall(Node n, DataFlowCall call) {
)
}
int flowThroughAccessPathLimit() { none() }
int accessPathLimit() { result = 5 }