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

Key: RSRP-32103
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Andrey Simanovsky
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

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

'Merge partial declarations' removes attributes

Created: 17 Nov 06 17:12   Updated: 18 Dec 06 19:23
Component/s: None
Fix Version/s: 3.0, 2.5.1
Security Level: Everybody (All jira users)

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

Build: 305
Fixed in build: 327


 Description  « Hide
using System;

class MyAttribute : Attribute
{}

partial class Stuff<[My]T> // Merge partial declarations
{
}
partial class Stuff<[My]T>
{
}

Result:

using System;

class MyAttribute : Attribute
{}

internal class Stuff<T> where T : 
{}

Attribute [My] has gone away.
Also, wrong 'where' clause added.



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