Skip to content

Commit 132b29f

Browse files
committed
CPP: Tag the Architecture queries.
1 parent 9a9b01b commit 132b29f

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

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

0 commit comments

Comments
 (0)