Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
2.5.2
State
Can't Reproduce
Assignee
Valentin Kipiatkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Mikhail Pilin
    4 years ago (22 Mar 2007 16:55)
  • Updated by   Mikhail Pilin
    4 years ago (04 Apr 2007 17:15)
  • Jira: RSRP-37642
    (history, comments)
 
RSRP-37642 Exception stack trace is generated in wrong way for explicit interface method name.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
 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);
}
}

Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments