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

Key: RSRP-55063
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Valentin Kipiatkov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

SWA: Does Not See Usages from XAML Thru the X:Static Extension

Created: 22 Dec 07 21:22   Updated: 14 Jan 08 13:56
Component/s: Code Analysis - Solution-wide
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

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


 Description  « Hide
Example XAML text:
<Window.CommandBindings>
		<CommandBinding Command="ApplicationCommands.Close" CanExecute="OnUpdateClose" Executed="OnClose"/>
		<CommandBinding Command="ApplicationCommands.Open" CanExecute="OnUpdateOpen" Executed="OnOpen"/>
		<CommandBinding Command="ApplicationCommands.Save" CanExecute="OnUpdateSave" Executed="OnSave"/>
		<CommandBinding Command="ApplicationCommands.SaveAs" CanExecute="OnUpdateSaveAs" Executed="OnSaveAs"/>
		<CommandBinding Command="{x:Static rr:Commands.Store}" CanExecute="OnUpdateStore" Executed="OnStore"/>
		<CommandBinding Command="{x:Static rr:Commands.Restore}" CanExecute="OnUpdateRestore" Executed="OnRestore"/>
		<CommandBinding Command="{x:Static rr:Commands.FindNext}" CanExecute="OnUpdateFindNext" Executed="OnFindNext"/>
		<CommandBinding Command="{x:Static rr:Commands.ReplaceAll}" CanExecute="OnUpdateReplaceAll" Executed="OnReplaceAll"/>
		<CommandBinding Command="{x:Static rr:Commands.DelItem}" CanExecute="OnUpdateDelItem" Executed="OnDelItem"/>
	</Window.CommandBindings>

The Commands.FindNext and such are public static properties, and they're reported as unused by SWA.



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