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

Key: RSRP-51363
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Sergey Coox
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Completion in ASP inserts bogus parenthesis

Created: 18 Oct 07 17:12   Updated: 16 Nov 07 18:15
Component/s: None
Fix Version/s: 3.1, 4.0
Security Level: Everybody (All jira users)

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

Fixed in build: 561


 Description  « Hide
namespace BusinessActions
{
  public class PersonActions {  public IList<Person> GetAllPersons() { return null; }  }
}
// in .aspx file
    <asp:ObjectDataSource 
        ID="PersonsDataSource" 
        runat="server" 
        TypeName="BusinessActions.PersonActions" 
        SelectMethod="|"  />

In SelectMethod, no completion is shown, until I type at least one letter. But even if you type "Get" and complete "GetAllPersons" it inserts "()" which is wrong in this case.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.