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

Key: RSRP-56677
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Xaoc
Votes: 0
Watchers: 1
Operations

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

Reorder members should ignore types with 'StructLayout(LayoutKind.Sequential)' attribute

Created: 27 Jan 08 18:57   Updated: 30 Jan 08 11:29
Component/s: None
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
Excuse me if this is a reopening of an old issue, but I can't see it fixed in this build.

VS 2008, ReSharper version ReSharperSetup.3.1.Full.VS90 - 3.1.584.3

Summary says it all, but this can break everything. It should be:
Left, Top, Right, Bottom.
and instead we get:

[StructLayout(LayoutKind.Sequential)]
public struct RECT

{ public int Bottom; public int Left; public int Right; public int Top; }

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