File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class ConstantWriteAccess extends ConstantAccess {
168
168
override string getAPrimaryQlClass ( ) { result = "ConstantWriteAccess" }
169
169
170
170
/**
171
- * Gets the fully qualified name for this constant, based on the context in
171
+ * Gets a fully qualified name for this constant, based on the context in
172
172
* which it is defined.
173
173
*
174
174
* For example, given
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ private class ActiveRecordModelFinderCall extends ActiveRecordModelInstantiation
278
278
ActiveRecordModelFinderCall ( ) {
279
279
call = this .asExpr ( ) .getExpr ( ) and
280
280
recv = getUltimateReceiver ( call ) and
281
- resolveConstant ( recv ) = cls .getQualifiedName ( ) and
281
+ resolveConstant ( recv ) = cls .getAQualifiedName ( ) and
282
282
call .getMethodName ( ) = finderMethodName ( )
283
283
}
284
284
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ ConstantWriteAccess definitionOf(string fqn) {
78
78
fqn = resolveConstant ( _) and
79
79
result =
80
80
min ( ConstantWriteAccess w , Location l |
81
- w .getQualifiedName ( ) = fqn and l = w .getLocation ( )
81
+ w .getAQualifiedName ( ) = fqn and l = w .getLocation ( )
82
82
|
83
83
w
84
84
order by
You can’t perform that action at this time.
0 commit comments