File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
cpp/ql/lib/semmle/code/cpp
csharp/ql/lib/semmle/code/csharp/dataflow/internal
java/ql/lib/semmle/code/java/dataflow/internal
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/dataflow/internal Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module Consistency {
1818 /** Holds if `n` should be excluded from the consistency test `uniqueEnclosingCallable`. */
1919 predicate uniqueEnclosingCallableExclude ( Node n ) { none ( ) }
2020
21- /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
21+ /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
2222 predicate uniqueNodeLocationExclude ( Node n ) { none ( ) }
2323
24- /** Holds if `n` should be excluded from the consistency test `uniqueNodeLocation `. */
24+ /** Holds if `n` should be excluded from the consistency test `missingLocation `. */
2525 predicate missingLocationExclude ( Node n ) { none ( ) }
2626
2727 /** Holds if `n` should be excluded from the consistency test `postWithInFlow`. */
You can’t perform that action at this time.
0 commit comments