[Mono-bugs] [Bug 78001][Wis] Changed - Flow analysis: use of unitialized variable.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 07:13:44 EDT 2006


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 rharinath at novell.com.

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

--- shadow/78001	2006-04-03 15:03:05.000000000 -0400
+++ shadow/78001.tmp.12503	2006-05-04 07:13:44.000000000 -0400
@@ -1,23 +1,24 @@
 Bug#: 78001
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Flow analysis: use of unitialized variable.
+BugsThisDependsOn: 57747
 
 Jon Jagger found this bug:
 
 
 class App
 {
@@ -34,6 +35,11 @@
     }
 }
 
 and allows you you see the value of an uninitialized variable! I think 
 this is a bug (the relevant clause is in the definite assignment of 
 invocation expressions...)
+
+------- Additional Comments From rharinath at novell.com  2006-05-04 07:13 -------
+This has to wait until we start tracking 'definite assignment' in
+expressions.  I have the vague outlines of an idea of how to do it
+reasonably non-invasively.


More information about the mono-bugs mailing list