Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Alexander Zverev
Subsystem
Quick Information
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Ron Gross
    3 years ago (11 Aug 2008 00:36)
  • Updated by   Jura Gorohovsky
    12 months ago (15 Jan 2011 19:02)
  • Jira: RSRP-77256
    (history, comments)
 
RSRP-77256 CTRL-Q doesn't work for a specific URL
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
I press CTRL-Q to see the documentation of this method:

/// <summary>
/// Some URLs are just a redirect to another URL. Let's skip those.
/// </summary>
/// <example>
/// http://www.pashabitz.com/ct.ashx?id=e42f4cf6-8ee7-493a-baab-88e425a5dcf3&url=http%3a%2f%2fwww.uefa.com%2fcompetitions%2fUCL%2fFixturesResults%2fround%3d2202%2findex.html
/// </example>
/// <param name="url"></param>
/// <returns></returns>
private static bool DoesContainAnotherUrl(Uri url)
{
return (url.AbsoluteUri.LastIndexOf("http") != 0);
}

This is the error I get:
"an error occurred while parsing EntityName. Line 6, position 75.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments