https://bugzilla.novell.com/show_bug.cgi?id=390632
Summary: stringbuilder's lenght property throws a null exception
Product: Mono: Class Libraries
Version: 1.9.0
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Description of Problem:
When you tries to get the lenght of an empty stringbuilder, you get a null
exception when running with mono.
Steps to reproduce the problem:
StringBuilder sb = new StringBuilder();
System.Console.WriteLine(sb.Length);
Actual Results:
Null Exception
Expected Results:
0
How often does this happen?
Always.
--
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.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs