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

Key: RSRP-37642
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Normal Normal
Assignee: Valentin Kipiatkov
Reporter: Mikhail Pilin
Votes: 0
Watchers: 0
Operations

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

Exception stack trace is generated in wrong way for explicit interface method name.

Created: 22 Mar 07 15:55   Updated: 04 Apr 07 16:15
Component/s: None
Fix Version/s: 2.5.2
Security Level: Everybody (All jira users)

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


 Description  « Hide
at JetBrains.TeamCity.Package.ChangesViewPackageSupport.JetBrains.TeamCity.ChangesView.IChangesViewPackageSupport.OpenBuildLog(String, OnCreatedBuildLogDelegate)

for:
namespace JetBrains.TeamCity.Package
{
void IChangesViewPackageSupport.OpenBuildLog(string buildId, OnCreatedBuildLogDelegate onCreated) {...}
}

where:
namespace JetBrains.TeamCity.ChangesView
{
public interface IChangesViewPackageSupport : IPackageSupport
{
void OpenBuildLog(string buildId, OnCreatedBuildLogDelegate onCreated);
}
}



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