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

Key: RSRP-57860
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexander Zverev
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Add quick fix on redundant cast in parameter to create more specific overload

Created: 13 Feb 08 14:54   Updated: 17 Mar 08 13:15
Component/s: None
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

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


 Description  « Hide
public NameDescriptor GetDescriptor(IDeclaredElement declaredElement)
    {
      if (declaredElement is IField && ((IField)declaredElement).IsField)
        return GetDescriptor((IField)declaredElement);
      ...
   }

Here cast to IField is redundant, but what I really want is create overload which receives IField instead of IDeclaredElement



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