String.Split(char[],int,StringSplitOptions) should remove empty entries while
[mono.git] / mcs / class / corlib / System / ApplicationIdentity.cs
index bd00f7fdb34aa53d19b193a45e86ab7e241c176b..b0fda9a20db292b0aa95742db35180105d7e187c 100644 (file)
@@ -51,7 +51,9 @@ namespace System {
                                _fullName = applicationIdentityFullName;
                }
 
-               [MonoTODO ("URL for deployment manifest")]
+               //
+               // FIXME: "URL for deployment manifest", this message should be clearer!
+               // 
                public string CodeBase {
                        get { return _codeBase; }
                }
@@ -65,7 +67,7 @@ namespace System {
                        return _fullName;
                }
 
-               [MonoTODO]
+               [MonoTODO ("Missing serialization")]
                void ISerializable.GetObjectData (SerializationInfo info, StreamingContext context)
                {
                        if (info == null)