Hi,
I think I have false positive for CheckNewThreadWithoutStartRule. It reports
code which goes like this:
int threadNumber = 0;
foreach(thing in theList)
{
listOfThreads[threadNumber] = new Thread(thing.SomeMethod);
listOfThreads[threadNumber++].Start();
}
--
Oleg
--
You received this message because you are subscribed to the Google Groups
"Gendarme" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/gendarme/-/pWhhI_kds7sJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gendarme?hl=en.