Skip to content

Commit c90d4bb

Browse files
authored
Merge pull request #822 from geoffw0/query-tags-4
CPP: Query tags 4
2 parents d8947a7 + c9c7ca9 commit c90d4bb

93 files changed

Lines changed: 168 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cpp/ql/src/Architecture/General Class-Level Information/ClassHierarchies.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @workingset jhotdraw
88
* @result succeed 48
99
* @result_ondemand succeed 48
10+
* @tags maintainability
1011
*/
1112
import cpp
1213

cpp/ql/src/Architecture/General Class-Level Information/HubClasses.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @kind treemap
66
* @id cpp/architecture/hub-classes
77
* @treemap.warnOn highValues
8+
* @tags maintainability
89
*/
910
import cpp
1011

cpp/ql/src/Architecture/General Class-Level Information/InheritanceDepthDistribution.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @workingset jhotdraw
88
* @result succeed 48
99
* @result_ondemand succeed 48
10+
* @tags maintainability
1011
*/
1112
import cpp
1213

cpp/ql/src/Architecture/General Namespace-Level Information/CyclicNamespaces.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @id cpp/architecture/cyclic-namespaces
66
* @graph.layout hierarchical
77
* @tags maintainability
8+
* modularity
89
*/
910
import cpp
1011

cpp/ql/src/Architecture/General Namespace-Level Information/GlobalNamespaceClasses.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @description Finds classes that belong to no namespace.
44
* @kind table
55
* @id cpp/architecture/global-namespace-classes
6+
* @tags maintainability
7+
* modularity
68
*/
79
import cpp
810

cpp/ql/src/Architecture/General Namespace-Level Information/NamespaceDependencies.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind graph
55
* @id cpp/architecture/namespace-dependencies
66
* @graph.layout hierarchical
7+
* @tags maintainability
8+
* modularity
79
*/
810
import cpp
911

cpp/ql/src/Architecture/General Top-Level Information/GeneralStatistics.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Shows general statistics about the application.
44
* @kind table
55
* @id cpp/architecture/general-statistics
6+
* @tags maintainability
67
*/
78
import cpp
89

cpp/ql/src/Metrics/Classes/CHalsteadBugs.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @treemap.warnOn highValues
88
* @metricType reftype
99
* @metricAggregate avg sum max
10+
* @tags maintainability
1011
*/
1112
import cpp
1213

cpp/ql/src/Metrics/Classes/CHalsteadDifficulty.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @treemap.warnOn highValues
77
* @metricType reftype
88
* @metricAggregate avg sum max
9+
* @tags maintainability
910
*/
1011
import cpp
1112

cpp/ql/src/Metrics/Classes/CHalsteadEffort.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @treemap.warnOn highValues
77
* @metricType reftype
88
* @metricAggregate avg sum max
9+
* @tags maintainability
910
*/
1011
import cpp
1112

0 commit comments

Comments
 (0)