[Mono-bugs] [Bug 664004] Generated Xml is missing source file / line number for AvoidMethodWithUnusedGenericTypeRule and ConsiderAddingInterfaceRule

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 15 12:06:22 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=664004#c1


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |spouliot at novell.com
       InfoProvider|                            |ethan_j_brown at hotmail.com

--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-01-15 17:06:20 UTC ---
> The types have been clearly identified, so at the very least, the source file name should be present.

There's no relation between the type names, which resides in the assembly
metadata (e.g. exe or dll files), and the source file names (and line numbers)
which resides in the debugging information (e.g. mdb or pdb files).

Please read both:

http://www.mono-project.com/Gendarme.FAQ#Why_can.27t_I_see_the_source_file_names_or_line_numbers_associated_with_a_defect_.3F

and

http://www.mono-project.com/Gendarme.FAQ#Why_are_source_line_numbers_imprecise_.3F

for more details. Close the bug if you can fix this (using the above answers)
or re-open the bug and attach a test case (dll/pdb or mdb) on which I can
reproduce the issue.

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


More information about the mono-bugs mailing list