[Mono-bugs] [Bug 461214] New: Incorrect error reporting.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 20 12:16:45 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=461214


           Summary: Incorrect error reporting.
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Our error reporting sometimes masks the real problems.

In this case, it kept pointing out to the first line of an ASP.NET page,
complaining that this was unexpected:

<%@ Page Language="C#" %>

The reality is that a few hundred lines below I had:

  <title>Mono <%true%></title>

Instead of <%=true%>

Very confusing error, it took forever to find.   But in general, this happens
in a lot of places, not only this one.  This just happens to be the first time
I decided to report it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list