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

Key: RSRP-66221
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Ilya Ryzhenkov
Reporter: Lukas Masser
Votes: 0
Watchers: 0
Operations

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

Generate Constructor not working for struct: Finish button never enabled

Created: 24 Apr 08 16:50   Updated: 25 Apr 08 22:49
Component/s: Generate Action
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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

Build: 780


 Description  « Hide
namespace Resharper.Bugs
{
    public struct GenerateConstructorDialogNotWorkingForStruct
    {
        // Trying to do Generate Constructor here brings up the dialog, 
        // but the Finish button never gets enabled.
        // Changing from 'struct' to 'class' makes it work

        public int Data { get; private set; }
    }
}


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