Commit e8de843
committed
Python: Update all metrics-dependant queries
The ones that no longer require points-to no longer import
`LegacyPointsTo`. The ones that do use the specific
`...MetricsWithPointsTo` classes that are applicable.1 parent 20fea39 commit e8de843Copy full SHA for e8de843
28 files changed
+7-28Lines changed: 7 additions & 28 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- python/ql
- src
- Functions
- Metrics
- History
- Summary
- test/library-tests/ControlFlow/general
Expand file treeCollapse file tree
Open diff view settings
Collapse file
python/ql/src/Functions/OverlyComplexDelMethod.ql
Copy file name to clipboardExpand all lines: python/ql/src/Functions/OverlyComplexDelMethod.ql+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
| 21 | + |
22 | 22 | |
23 | 23 | |
Collapse file
python/ql/src/Metrics/CLinesOfCode.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/CLinesOfCode.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | 13 | |
15 | 14 | |
16 | 15 | |
Collapse file
python/ql/src/Metrics/ClassAfferentCoupling.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/ClassAfferentCoupling.ql+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
Collapse file
python/ql/src/Metrics/ClassEfferentCoupling.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/ClassEfferentCoupling.ql+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
Collapse file
python/ql/src/Metrics/CommentRatio.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/CommentRatio.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | 15 | |
17 | 16 | |
18 | 17 | |
|
Collapse file
python/ql/src/Metrics/CyclomaticComplexity.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/CyclomaticComplexity.ql+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
Collapse file
python/ql/src/Metrics/DocStringRatio.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/DocStringRatio.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | 15 | |
17 | 16 | |
|
Collapse file
python/ql/src/Metrics/FLines.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/FLines.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | 12 | |
14 | 13 | |
15 | 14 | |
|
Collapse file
python/ql/src/Metrics/FLinesOfCode.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/FLinesOfCode.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | 15 | |
17 | 16 | |
|
Collapse file
python/ql/src/Metrics/FLinesOfComments.ql
Copy file name to clipboardExpand all lines: python/ql/src/Metrics/FLinesOfComments.ql-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | 13 | |
15 | 14 | |
16 | 15 | |
|
0 commit comments