Priority
Major
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    2 years ago (06 Jun 2007 20:13)
  • Updated by Serge Baltic
    2 years ago (03 Jul 2007 19:49)
  • Jira: RSRP-42508
    (history, comments)

RSRP-42508

Create Method From Usage QFix: Generic Parameters Not Resolved

0
Code line:
ReSharper.OptionPages.Controls.CreateTreeSection("These methods will behave like "String.Format" and support the format string validation and context actions:", InitControls_Tree, OnMethodAdd, OnMethodRemove);


({{InitControls_Tree, OnMethodAdd, OnMethodRemove}} are not resolved koz they have not been created yet).

Creating {{InitControls_Tree}} from QFix. The method declaration is:

public static Control CreateTreeSection(string title, Delegate0<Control> fnCreateTree, EventHandler fnAdd, EventHandler fnRemove, bool bBoldSectionHeading)


I get:
private TRet InitControls_Tree()
{
	!!! TODO !!!
}


{{TRet}} must have resolved to {{Control}}.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments