[Mono-bugs] [Bug 75321][Wis] Changed - Private variable assigned reference value but otherwise not used flagged as warning

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 20 03:59:39 EDT 2005


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 marek.safar at seznam.cz.

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

--- shadow/75321	2005-06-20 00:54:05.000000000 -0400
+++ shadow/75321.tmp.13194	2005-06-20 03:59:39.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 75321
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: both Win32 and Linux
-Status: REOPENED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: C#
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: marek.safar at seznam.cz                            
 ReportedBy: claytonharbour at sporadicism.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Private variable assigned reference value but otherwise not used flagged as warning
@@ -82,6 +82,14 @@
 
 test.cs(8,19): warning CS0414: The private field
 'HelloWorld.MainClass._myPrivateVar' is assigned but its value is 
 never used
 
 Note: csc 1.x reports CS0169 in this case.
+
+------- Additional Comments From marek.safar at seznam.cz  2005-06-20 03:59 -------
+I have same opinion as Ben ;-). The warning should be reported here.
+Microsoft has made some changed to track this in csc 2 better.
+But they report this only for simple case. I don't know a reason why
+they ignore this a little bit complicated case (it is still beta?).
+
+However, I will change warning number to be less confusing.


More information about the mono-bugs mailing list