BadRecursiveInvocationRule

3 views
Skip to first unread message

Vlad

unread,
Oct 19, 2009, 3:11:12 PM10/19/09
to Gendarme
This may be bad style but it is not what the error is reported to be

I have essentially

public Foo Foo
{
get
{
return Bar <Foo>.DoStuff (FOO);
}
}

FOO is a constant
Foo is a type
Foo is also a property name
There is no recursion.

Sebastien Pouliot

unread,
Oct 19, 2009, 5:37:54 PM10/19/09
to gend...@googlegroups.com

a) Gendarme version ?

b) under Mono (version ?) or MS.NET ?

c) can you give me a compilable sample (to be sure I'm testing the exact
same thing as you are) ?

Right now I suspect an (old) metadata/generic bug on Mono. That makes
comparing types/methods using generic more likely to fail. But it could
be something else too...

Sebastien

Reply all
Reply to author
Forward
0 new messages