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

Key: RSRP-4576
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Dmitry Lomov
Reporter: Dmitry Shaporenkov
Votes: 1
Watchers: 1
Operations

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

As/is priority does not follow MS C# implementation

Created: 05 Aug 06 01:12   Updated: 28 May 07 20:12
Component/s: PSI - Parser
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-10899 Unexpected token error for compilable... Closed
RSRP-18010 Parsing problem Normal Closed
RSRP-33346 String concatenation operator is not ... Normal Closed
RSRP-33347 String concatenation operator is not ... Normal Closed

Build: 107
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=4576


 Description  « Hide
using System.Data;


      DataRow multiFieldsRow = null;
      DataRow [] otherFieldsRows = null;
      multiFieldsRow["ParentColumns"] = multiFieldsRow["ParentColumns"] as string
        + "," + otherFieldsRows[0]["ParentColumns"] as string;


 All   Comments   Work Log   Change History      Sort Order:
Andrey Simanovsky - 07 Aug 06 16:15
Re: #4576- Valid code is parsed incorrectly
Well, according to the specification, this should be: "invalid code accepted by the compiler is reported by ReSharper"