Rationalize MonoTODO
authorMiguel de Icaza <miguel@gnome.org>
Thu, 30 Nov 2006 00:30:30 +0000 (00:30 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 30 Nov 2006 00:30:30 +0000 (00:30 -0000)
svn path=/trunk/mcs/; revision=68713

mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Reflection/FieldInfo.cs
mcs/class/corlib/System.Reflection/ManifestResourceInfo.cs
mcs/class/corlib/System.Reflection/MonoGenericClass.cs
mcs/class/corlib/System.Reflection/ParameterInfo.cs
mcs/class/corlib/System.Reflection/PropertyInfo.cs

index 32962224b35d0320ca1ca57ea6ec5ba3a240d521..20992ecd45472c85c42a08173f90b0af0bd47cfa 100644 (file)
@@ -445,7 +445,7 @@ namespace System.Reflection {
 
 #if NET_1_1
 
-               [MonoTODO]
+               [MonoTODO("This overload is not currently implemented")]
                // FIXME: What are we missing?
                public static Assembly LoadFrom (String assemblyFile, Evidence securityEvidence, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)
                {
index 1aaaf00207df5442ae75700aec4fc6725c179a35..d8b34831b61ed21f97667b61017efc7d150a051c 100644 (file)
@@ -172,14 +172,14 @@ namespace System.Reflection {
                }
 
                [CLSCompliant(false)]
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual object GetValueDirect (TypedReference obj)
                {
                        throw new NotImplementedException ();
                }
 
                [CLSCompliant(false)]
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual void SetValueDirect (TypedReference obj, object value)
                {
                        throw new NotImplementedException ();
@@ -224,12 +224,12 @@ namespace System.Reflection {
                }
 
 #if NET_2_0 || BOOTSTRAP_NET_2_0
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetOptionalCustomModifiers () {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetRequiredCustomModifiers () {
                        throw new NotImplementedException ();
                }
index f12121fed2971ba98bed3d8bbc1bb148fa2f3f1f..9f3adb73d7e419ebf9145fdc28612a45eed5cd6f 100644 (file)
@@ -51,17 +51,14 @@ namespace System.Reflection
                        _filename = filename;
                        _location = location;
                }
-               [MonoTODO]
                public virtual string FileName {
                        get { return _filename; }
                }
 
-               [MonoTODO]
                public virtual Assembly ReferencedAssembly {
                        get { return _assembly; }
                }
 
-               [MonoTODO]
                public virtual ResourceLocation ResourceLocation {
                        get { return _location; }
                }
index 345b5d99c68c21cb67a8ca94ffb3de6fb346353f..4ff420b0766cd73f662ff450f8f204bc3cd4febc 100644 (file)
@@ -45,7 +45,6 @@ namespace System.Reflection
                protected Type generic_type;
                bool initialized;
 
-               [MonoTODO]
                internal MonoGenericClass ()
                        : base (null)
                {
index 2e8350c1a9cfaaf19aad32babbb348f0947eff0c..bace0eadad7e290a06966e9dae8bb030e0446281 100644 (file)
@@ -233,12 +233,12 @@ namespace System.Reflection
                        }
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetOptionalCustomModifiers () {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetRequiredCustomModifiers () {
                        throw new NotImplementedException ();
                }
index 09b7632ecb26b301176d1b038cf22b4c88f4fc52..e36cf9cc82d0b8ba562d8dab553f5509cadf5c97 100644 (file)
@@ -104,22 +104,22 @@ namespace System.Reflection {
                public abstract void SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture);
 
 #if NET_2_0 || BOOTSTRAP_NET_2_0
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetOptionalCustomModifiers () {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual Type[] GetRequiredCustomModifiers () {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual object GetConstantValue () {
                        throw new NotImplementedException ();
                }
 
-               [MonoTODO]
+               [MonoTODO("Not implemented")]
                public virtual object GetRawConstantValue() {
                        throw new NotImplementedException ();
                }