mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Update cpp/ql/src/Architecture/Refactoring Opportunities/ClassesWithManyFields.ql
Co-Authored-By: geoffw0 <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
committed by
Geoffrey White
parent
89c26ca394
commit
de5c77c4e2
@@ -89,7 +89,7 @@ class VariableDeclarationLine extends TVariableDeclarationInfo
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the rank of this `VariableDeclarationLine` in it's file and class
|
||||
* Gets the rank of this `VariableDeclarationLine` in its file and class
|
||||
* (that is, the first is 0, the second is 1 and so on).
|
||||
*/
|
||||
private int getRank() {
|
||||
|
||||
Reference in New Issue
Block a user