[Mono-bugs] [Bug 410000] New: Gendarme does not detect unused property

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jul 17 10:48:02 EDT 2008


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


           Summary: Gendarme does not detect unused property
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Gendarme
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I had IsFixed property in mcs which got undetected by Gendarme

        class EmptyAddressOf : EmptyExpression, IMemoryLocation {
        class EmptyAddressOf : EmptyExpression, IMemoryLocation {
                public void AddressOf (EmitContext ec, AddressOp Mode)
                {
                        // nothing
                }

                // THIS PROPERTY IS NEVER USED
                public bool IsFixed { get { return true; } }
        }


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