We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2923993 + 97cd3b8 commit 1185bfcCopy full SHA for 1185bfc
java/ql/lib/semmle/code/java/dataflow/internal/DataFlowPrivate.qll
@@ -374,7 +374,7 @@ int accessPathLimit() { result = 5 }
374
* precision. This disables adaptive access path precision for such access paths.
375
*/
376
predicate forceHighPrecision(Content c) {
377
- c instanceof ArrayContent or c instanceof CollectionContent
+ c instanceof ArrayContent or c instanceof CollectionContent or c instanceof MapValueContent
378
}
379
380
/** Holds if `n` should be hidden from path explanations. */
0 commit comments