[Mono-bugs] [Bug 337401] Monodoc will list a property as "Protected" if one of its accessors is protected

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 18 13:04:37 EST 2007


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

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=337401#c5


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEW                                             |RESOLVED
         Resolution|                                                |FIXED




--- Comment #5 from Jonathan Pryor <jpryor at novell.com>  2007-12-18 11:04:37 MST ---
Monodoc rendering is fixed in r91568.

2007-12-18  Jonathan Pryor  <jonpryor at vt.edu>

  * mono-ecma.xsl: 
    - For "mixed-access" properties, show the correct accessibility (e.g. 
      "public int Width { protected set; get; }" is a public property; 
      previously, this would be listed as a Protected property, and the 
      property prototype would be "public protected int Width { protected
      set; get; }", which is just wrong.
    - Use a section name of e.g. "Public Properties", not just "Properties".
    - `new' methods should be marked as `new', not `override'.


-- 
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