Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb7da78

Browse files
committed
CPP: Tag the JSF queries.
1 parent f5e25e6 commit bb7da78

135 files changed

Lines changed: 276 additions & 76 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/jsf/3.02 Code Size and Complexity/AV Rule 1.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-1
66
* @problem.severity warning
7+
* @tags maintainability
78
*/
89
import cpp
910

cpp/ql/src/jsf/3.02 Code Size and Complexity/AV Rule 2.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-2
66
* @problem.severity error
7+
* @tags maintainability
8+
* readability
9+
* testability
710
*/
811
import cpp
912

cpp/ql/src/jsf/3.02 Code Size and Complexity/AV Rule 3.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* @description All functions shall have a cyclomatic complexity number of 20 or less.
44
* @kind problem
55
* @id cpp/jsf/av-rule-3
6-
* @problem.severity error
6+
* @problem.severity recommendation
7+
* @tags maintainability
78
*/
89
import cpp
910

cpp/ql/src/jsf/4.04 Environment/AV Rule 11.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-11
66
* @problem.severity warning
7+
* @tags maintainability
8+
* readability
79
*/
810
import cpp
911
import external.ExternalArtifact

cpp/ql/src/jsf/4.04 Environment/AV Rule 12.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-12
66
* @problem.severity warning
7+
* @tags maintainability
8+
* readability
79
*/
810

911
import cpp

cpp/ql/src/jsf/4.04 Environment/AV Rule 13.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-13
66
* @problem.severity error
7+
* @tags maintainability
8+
* portability
79
*/
810
import cpp
911

cpp/ql/src/jsf/4.04 Environment/AV Rule 14.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-14
66
* @problem.severity error
7+
* @tags maintainability
8+
* readability
79
*/
810
import cpp
911

cpp/ql/src/jsf/4.04 Environment/AV Rule 9.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-9
66
* @problem.severity warning
7+
* @tags maintainability
8+
* portability
79
*/
810

911
import cpp

cpp/ql/src/jsf/4.05 Libraries/AV Rule 17.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-17
66
* @problem.severity error
7+
* @tags maintainability
78
*/
89
import cpp
910

cpp/ql/src/jsf/4.05 Libraries/AV Rule 18.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @kind problem
55
* @id cpp/jsf/av-rule-18
66
* @problem.severity error
7+
* @tags maintainability
78
*/
89
import cpp
910

0 commit comments

Comments
 (0)