[Mono-bugs] [Bug 22864] Changed - mono does not report NullReferenceException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Apr 2002 16:42:02 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by pt99par@student.bth.se.

http://bugzilla.ximian.com/show_bug.cgi?id=22864

--- shadow/22864	Tue Apr  9 07:15:51 2002
+++ shadow/22864.tmp.28029	Wed Apr 10 12:42:02 2002
@@ -1,12 +1,12 @@
 Bug#: 22864
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: Mandrake 8.2
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pt99par@student.bth.se               
@@ -53,6 +53,12 @@
 The attached file is a tar.gz file.. sorry..
 
 
 ------- Additional Comments From dietmar@ximian.com  2002-04-09 07:15 -------
 Please can you locate where it should raise the exceptions? Else I
 have to debug your whole program.
+
+------- Additional Comments From pt99par@student.bth.se  2002-04-10 12:42 -------
+ LineAnalyzerFactoryBuilder.Build( string dir ); has one statement that 
+returns null this null is returned to the Main method in LineCounter.cs on 
+row 11 . There is a method call on this null on row 13 in LineCounter.cs . 
+It is there the NullRef. should be raised. mint handels it fine.