History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-47646
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Sergei Tulentsev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

False positive recognition of TODO item

Created: 20 Aug 07 15:56   Updated: 23 Aug 07 12:57
Component/s: To-do list
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 515


 Description  « Hide
For example, XML comment like this
/// <param name="note">Комментарий, содержащий причину перевода</param>
is wrongly recognized as TODO item, because of parameter name "note" (instead of "note" there can be any of TODO item patterns)

 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 21 Aug 07 14:43
It just matches one of your regular expressions.
Try to tune that expression.

Sergei Tulentsev - 21 Aug 07 14:47
Yeah, I know, but <param name="note"> is not your ordinary comment, It is metacomment. So, I guess, it would be great to have a special treatment for them.