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

Skip to content

Commit 64539b0

Browse files
committed
C#: Move Completion.qll
1 parent d829d98 commit 64539b0

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

csharp/ql/src/semmle/code/csharp/controlflow/ControlFlowGraph.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import csharp
55
*/
66
module ControlFlow {
77
private import semmle.code.csharp.controlflow.BasicBlocks as BBs
8-
private import semmle.code.csharp.controlflow.Completion
8+
private import semmle.code.csharp.controlflow.internal.Completion
99

1010
/**
1111
* A control flow node.

csharp/ql/src/semmle/code/csharp/controlflow/Guards.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ private import semmle.code.csharp.commons.Assertions
88
private import semmle.code.csharp.commons.ComparisonTest
99
private import semmle.code.csharp.commons.StructuralComparison::Internal
1010
private import semmle.code.csharp.controlflow.BasicBlocks
11-
private import semmle.code.csharp.controlflow.Completion
11+
private import semmle.code.csharp.controlflow.internal.Completion
1212
private import semmle.code.csharp.dataflow.Nullness
1313
private import semmle.code.csharp.frameworks.System
1414

csharp/ql/src/semmle/code/csharp/controlflow/Completion.qll renamed to csharp/ql/src/semmle/code/csharp/controlflow/internal/Completion.qll

File renamed without changes.

csharp/ql/test/library-tests/controlflow/graph/ExitElement.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import csharp
22
import ControlFlow::Internal
3-
private import semmle.code.csharp.controlflow.Completion
3+
private import semmle.code.csharp.controlflow.internal.Completion
44
import Common
55

66
from SourceControlFlowElement cfe, Completion c

csharp/ql/test/library-tests/controlflow/graph/SplitsConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import csharp
2-
import semmle.code.csharp.controlflow.Completion
2+
import semmle.code.csharp.controlflow.internal.Completion
33
import ControlFlow
44
import ControlFlow::Internal
55

0 commit comments

Comments
 (0)