Groups
Groups
Sign in
Groups
Groups
Gendarme
Conversations
About
Send feedback
Help
CheckNewThreadWithoutStartRule
13 views
Skip to first unread message
Oleg Deribas
unread,
Sep 5, 2011, 11:14:11 AM
9/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gend...@googlegroups.com
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
Oleg Deribas
unread,
Sep 7, 2011, 8:58:50 AM
9/7/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gend...@googlegroups.com
Hi,
I've added failing test for this case. It's in this pull request:
https://github.com/mono/mono-tools/pull/14
--
Oleg
Reply all
Reply to author
Forward
0 new messages