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

Key: RSRP-51821
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

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

CA::VB::ImplementMembers: Fails on Events

Created: 25 Oct 07 03:40   Updated: 26 Oct 07 19:31
Component/s: None
Fix Version/s: 4.0, 3.1
Security Level: Everybody (All jira users)

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


 Description  « Hide
  1. There are phantom "handler methods" in the list.
  2. The event is created with the Custom modifier, as if it's in "property syntax", even though it's pasted in the "field syntax", thus breaking compilation.
  3. Event args missing.
  4. Handles clause missing.

Our version:

Public Class Car
	Implements INotifyPropertyChanged

	Public Custom Event PropertyChanged()
End Class

VS version:

Public Class Car
	Implements INotifyPropertyChanged

	Public Event PropertyChanged(ByVal sender As Object, ByVal e As System.ComponentModel.PropertyChangedEventArgs) Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged
End Class


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