File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
csharp/ql/lib/semmle/code/csharp/commons Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ abstract private class ParamsCollectionTypeImpl extends ValueOrRefType {
79
79
abstract Type getElementType ( ) ;
80
80
}
81
81
82
- private class AddArrayType extends ParamsCollectionTypeImpl instanceof ArrayType {
82
+ private class ParamsArrayType extends ParamsCollectionTypeImpl instanceof ArrayType {
83
83
override Type getElementType ( ) { result = ArrayType .super .getElementType ( ) }
84
84
}
85
85
86
- private class AddCollectionTypes extends ParamsCollectionTypeImpl {
86
+ private class ParamsConstructedCollectionTypes extends ParamsCollectionTypeImpl {
87
87
private ConstructedType base ;
88
88
89
- AddCollectionTypes ( ) {
89
+ ParamsConstructedCollectionTypes ( ) {
90
90
exists ( UnboundGenericType unboundbase |
91
91
base = this .getABaseType * ( ) and unboundbase = base .getUnboundGeneric ( )
92
92
|
You can’t perform that action at this time.
0 commit comments