mirror of
https://github.com/github/codeql.git
synced 2026-01-17 16:34:49 +01:00
22 lines
705 B
XML
22 lines
705 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
|
|
|
|
<overview>
|
|
<p>This query finds namespaces that have an instability higher than 0.8.</p>
|
|
|
|
<p>Instability is a measure of how likely a package is to be influenced
|
|
by changes to other packages. If this metric value is high, a package is easily
|
|
influenced. If the values is low, the impact of changes to other packages is likely to be minimal. Instability
|
|
is estimated as the number of outgoing dependencies relative to the total
|
|
number of dependencies.</p>
|
|
</overview>
|
|
|
|
<references>
|
|
<li>C++ reference: <a href="https://en.cppreference.com/w/cpp/language/namespace">Namespaces</a>
|
|
</li>
|
|
</references>
|
|
</qhelp>
|