[NUI] Remove build warning messages
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 15 Nov 2021 03:36:21 +0000 (12:36 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 15 Nov 2021 05:07:31 +0000 (14:07 +0900)
1. CS0414 : The field 'tag' is assigned but its value is never used
 - Accessibility.cs and AnimatedVectorImageView.cs

2. 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/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 a5dd7e0..518b203 100755 (executable)
@@ -535,7 +535,6 @@ namespace Tizen.NUI.BaseComponents
             SetByBaseSetMinMaxFrameMethod,
         }
 
-        private string tag = "NUITEST";
         private AnimationStates CurrentAnimationState = AnimationStates.Stopped;
         #endregion Private
     }
index 5515ceb..d94cea7 100755 (executable)
@@ -652,7 +652,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>