[NUI] Remove build warning messages
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 15 Nov 2021 01:37:05 +0000 (10:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 17 Nov 2021 08:08:13 +0000 (17:08 +0900)
1. CS0414 : The field 'tag' is assigned but its value is never used
 - Accessibility.cs and AnimatedVectorImageView.cs
2. CS1574 : XML comment has cref attribute 'TransitionOptions' that could not be resolved
 - TransitionOptions.cs
3. CS0419 : Ambiguous reference in cref attribute: 'SetImage'
 - ImageView.cs

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/public/Accessibility/Accessibility.cs
src/Tizen.NUI/src/public/Animation/TransitionOptions.cs
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs

index 7f3dd5b..dec1718 100755 (executable)
@@ -328,7 +328,6 @@ namespace Tizen.NUI.Accessibility
 
         private View dummy;
 
-        private static string tag = "NUITEST";
         #endregion Private
     }
 
index a097027..7436842 100755 (executable)
@@ -26,7 +26,6 @@ namespace Tizen.NUI
     /// This class includes multiple options for the Transition.
     /// NUI supports various kinds of Transitions such as App transition, Page transition, and so on.
     /// </summary>
-    /// <seealso cref="NUIApplication.TransitionOptions" />
     /// <since_tizen> 9 </since_tizen>
     public class TransitionOptions : IDisposable
     {
index 1b9ac72..0c18948 100755 (executable)
@@ -600,7 +600,6 @@ namespace Tizen.NUI.BaseComponents
             SetByBaseSetMinMaxFrameMethod,
         }
 
-        private string tag = "NUITEST";
         private AnimationStates CurrentAnimationState = AnimationStates.Stopped;
         #endregion Private
     }
index 3d9b25a..f339ce3 100755 (executable)
@@ -438,7 +438,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// <remarks>
         /// Changing this property make this ImageView load image synchronously at the next loading
-        /// by following operation: <see cref="Reload"/>, <see cref="SetImage"/>,
+        /// by following operation: <see cref="Reload"/>, <see cref="SetImage(string)"/>,
         /// and by some properties those cause reloading: <see cref="ResourceUrl"/>, <see cref="PreMultipliedAlpha"/> and etc.
         /// </remarks>
         /// <since_tizen> 9 </since_tizen>