File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
go/ql/lib/semmle/go/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
swift/ql/lib/codeql/swift/dataflow/internal Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module Public {
241
241
}
242
242
243
243
/**
244
- * Holds if the summaries that apply to `this` are auto generated and not manually generated .
244
+ * Holds if all the summaries that apply to `this` are auto generated and not manually created .
245
245
*/
246
246
final predicate isAutoGenerated ( ) { this .hasProvenance ( "generated" ) and not this .isManual ( ) }
247
247
You can’t perform that action at this time.
0 commit comments