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

Key: RSRP-30549
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Pasynkov
Reporter: Serge Baltic
Votes: 1
Watchers: 1
Operations

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

Find Usages on Property Setter Finds Getter Usages, and Vice Versa

Created: 26 Oct 06 22:13   Updated: 18 Sep 07 12:52
Component/s: Code View - Search
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-18214 Shortcut method for find property get... Normal Open
RSRP-20839 Find usages is not working for interf... Normal Closed
RSRP-20839 Find usages is not working for interf... Normal Closed


 Description  « Hide
R# allows to invoke a search on the "get" or "set" property accessor keyword. In such a case only the proper accessor usages should be displayed, that is, only reads or only writes (including R+W).

You shan't see read-only usages while seahcing for the set accessor usages.



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 31 Oct 06 19:41
It should search for property (it's the same search anyway), but set default filter accordingly.

Valentin Kipiatkov - 17 Nov 06 15:10
No filter. It should work for all 4 features: Find Usages, Find Usages(advanced), Go to Usage and Highlight Usages. 2 last of them do not have ability to set any filter. So it should be presented as usages of the accessor, not property.

Ilya Ryzhenkov - 18 Sep 07 12:52
This one is actually fixed for 3.0, but it will not be able to find accesses to properties in the form of methods, like for properties with parameters from VB invoked as get_Propname(params). This is yet to be done by Eugene.