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

Key: RSRP-61265
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Shkredov
Reporter: Sergey Coox
Votes: 0
Watchers: 1
Operations

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

Rename on unresolved symbol should invoke change all local

Created: 13 Mar 08 13:11   Updated: 09 Apr 08 16:33
Component/s: Refactorings - Rename
Fix Version/s: Aroha
Security Level: Everybody (All jira users)

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


 Description  « Hide
private IDTDAttListDecl ParseAttListDecl()
    {
      Logger.Assert( CurrentToken == XmlTokenType.NOTATION_START,"CurrentToken == XmlTokenType.NOTATION_START" );
      var decl = myFactory.CreateDTDNotationDecl();
      AppendNewChild( decl,CreateCurrentToken() );
      
      EatToken( anotherDecl,XmlTokenType.TAG_END,DTD_DECL_STOPPERS );
      return anotherDecl;
    }


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