1

Closed

ANXStatusComparer: params ignored

description

The params keyword is not reported as "wrong" when not used.
 
Example: VertexDeclaration class
 
Currently there is:
 
public VertexDeclaration(VertexElement[] elements)
 
but it should be
 
public VertexDeclaration(params VertexElement[] elements)
Closed Dec 27, 2011 at 11:27 AM by Glatzemann
fixed in revision #12857

comments

AstrorEnales wrote Dec 27, 2011 at 10:54 AM

Fixed the issue and the comparer now checks all parameter attributes of all methods and constructors