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

Key: RSRP-24821
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Blocker Blocker
Assignee: Sergey Coox
Reporter: Eugene Pasynkov
Votes: 0
Watchers: 0
Operations

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

ASP: do not count handlers in Global.asax as unused

Created: 06 Aug 06 17:00   Updated: 09 Sep 06 13:33
Component/s: Language - ASP.NET
Fix Version/s: 2.0.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
This issue duplicates:
RSRP-24942 Warnings in Global.asax Blocker Closed
 

Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=24821


 Description  « Hide
<%@ Application Language="C#" %>

<script runat="server">

void Application_Start(object sender, EventArgs e)

{ // Code that runs on application startup BuildUsers(); }

void Application_End(object sender, EventArgs e)

{ // Code that runs on application shutdown }

void Application_Error(object sender, EventArgs e)

{ // Code that runs when an unhandled error occurs }

void Session_Start(object sender, EventArgs e)

{ // Code that runs when a new session is started }

void Session_End(object sender, EventArgs e)
{
}

private void BuildUsers()
{
}

</script>



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