Created
October 31, 2016 16:12
-
-
Save saikrishna321/0e7855dc52f77261773292ded8bb955d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Type safety: Unchecked cast from Object to List<Object> | |
| ---------- | |
| ---------- | |
| 44. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/FindsByAccessibilityId.java (at line 19) | |
| import org.openqa.selenium.WebDriverException; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.WebDriverException is never used | |
| ---------- | |
| ---------- | |
| 45. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/FindsByAndroidUIAutomator.java (at line 19) | |
| import org.openqa.selenium.WebDriverException; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.WebDriverException is never used | |
| ---------- | |
| ---------- | |
| 46. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/FindsByIosUIAutomation.java (at line 19) | |
| import org.openqa.selenium.WebDriverException; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.WebDriverException is never used | |
| ---------- | |
| ---------- | |
| 47. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/internal/JsonToMobileElementConverter.java (at line 25) | |
| import org.openqa.selenium.WebElement; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.WebElement is never used | |
| ---------- | |
| ---------- | |
| 48. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/internal/MobileElementToJsonConverter.java (at line 27) | |
| import org.openqa.selenium.remote.RemoteWebElement; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.remote.RemoteWebElement is never used | |
| ---------- | |
| ---------- | |
| 49. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElement(By) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type WebDriver | |
| ---------- | |
| 50. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElement(By) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 51. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByPartialLinkText(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 52. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByPartialLinkText(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 53. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByTagName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 54. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByLinkText(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 55. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 56. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByCssSelector(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 57. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByCssSelector(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 58. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByXPath(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| 59. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type SearchContext | |
| ---------- | |
| 60. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type WebDriver | |
| ---------- | |
| 61. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByTagName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 62. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementById(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 63. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByClassName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 64. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByClassName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 65. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByLinkText(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 66. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByXPath(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 67. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type T for findElementByName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 68. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSDriver.java (at line 50) | |
| public class IOSDriver<T extends WebElement> | |
| ^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsById(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| ---------- | |
| 69. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElement(By) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type WebElement | |
| ---------- | |
| 70. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElement(By) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 71. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByPartialLinkText(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 72. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByPartialLinkText(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 73. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByTagName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 74. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByLinkText(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 75. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 76. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByCssSelector(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 77. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByCssSelector(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 78. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByXPath(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| 79. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElements(By) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type SearchContext | |
| ---------- | |
| 80. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElements(By) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type WebElement | |
| ---------- | |
| 81. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByTagName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 82. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementById(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 83. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByClassName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 84. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByClassName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 85. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByLinkText(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 86. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByXPath(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 87. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 88. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/ios/IOSElement.java (at line 22) | |
| public class IOSElement extends MobileElement | |
| ^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsById(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| ---------- | |
| 89. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 32) | |
| import org.openqa.selenium.remote.Response; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.remote.Response is never used | |
| ---------- | |
| 90. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 35) | |
| import java.util.Map; | |
| ^^^^^^^^^^^^^ | |
| The import java.util.Map is never used | |
| ---------- | |
| 91. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 42) | |
| List<T> findElements(By by); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type WebDriver | |
| ---------- | |
| 92. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 44) | |
| T findElement(By by); | |
| ^ | |
| Type safety: The return type T for findElement(By) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 93. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 44) | |
| T findElement(By by); | |
| ^ | |
| Type safety: The return type T for findElement(By) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type WebDriver | |
| ---------- | |
| 94. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 46) | |
| T findElementByClassName(String className); | |
| ^ | |
| Type safety: The return type T for findElementByClassName(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 95. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 48) | |
| List<T> findElementsByClassName(String className); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByClassName(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 96. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 50) | |
| T findElementByCssSelector(String cssSelector); | |
| ^ | |
| Type safety: The return type T for findElementByCssSelector(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 97. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 52) | |
| List<T> findElementsByCssSelector(String cssSelector); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByCssSelector(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 98. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 54) | |
| T findElementById(String id); | |
| ^ | |
| Type safety: The return type T for findElementById(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 99. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 56) | |
| List<T> findElementsById(String id); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsById(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| 100. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 58) | |
| T findElementByLinkText(String linkText); | |
| ^ | |
| Type safety: The return type T for findElementByLinkText(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 101. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 60) | |
| List<T> findElementsByLinkText(String linkText); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByLinkText(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 102. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 62) | |
| T findElementByPartialLinkText(String partialLinkText); | |
| ^ | |
| Type safety: The return type T for findElementByPartialLinkText(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 103. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 64) | |
| List<T> findElementsByPartialLinkText(String partialLinkText); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByPartialLinkText(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 104. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 66) | |
| T findElementByName(String name); | |
| ^ | |
| Type safety: The return type T for findElementByName(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 105. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 68) | |
| List<T> findElementsByName(String name); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByName(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 106. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 70) | |
| T findElementByTagName(String tagName); | |
| ^ | |
| Type safety: The return type T for findElementByTagName(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 107. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 72) | |
| List<T> findElementsByTagName(String tagName); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByTagName(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 108. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 74) | |
| T findElementByXPath(String xPath); | |
| ^ | |
| Type safety: The return type T for findElementByXPath(String) from the type MobileDriver<T> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 109. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileDriver.java (at line 76) | |
| List<T> findElementsByXPath(String xPath); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByXPath(String) from the type MobileDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| ---------- | |
| 110. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MobileElement.java (at line 117) | |
| @SuppressWarnings({"rawtypes", "unchecked"}) | |
| ^^^^^^^^^^^ | |
| Unnecessary @SuppressWarnings("unchecked") | |
| ---------- | |
| ---------- | |
| 111. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/MultiTouchAction.java (at line 40) | |
| @SuppressWarnings({"rawtypes", "unchecked"}) public class MultiTouchAction { | |
| ^^^^^^^^^^^ | |
| Unnecessary @SuppressWarnings("unchecked") | |
| ---------- | |
| ---------- | |
| 112. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/pagefactory/AppiumFieldDecorator.java (at line 203) | |
| if (!Widget.class.isAssignableFrom((Class) listType)) { | |
| ^^^^^ | |
| Class is a raw type. References to generic type Class<T> should be parameterized | |
| ---------- | |
| ---------- | |
| 113. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/pagefactory/ElementInterceptor.java (at line 19) | |
| import io.appium.java_client.MobileElement; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import io.appium.java_client.MobileElement is never used | |
| ---------- | |
| ---------- | |
| 114. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/pagefactory/ElementListInterceptor.java (at line 19) | |
| import io.appium.java_client.MobileElement; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import io.appium.java_client.MobileElement is never used | |
| ---------- | |
| ---------- | |
| 115. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/pagefactory/Widget.java (at line 51) | |
| @Override public WebElement findElement(By by) { | |
| ^^^^^^^^^^ | |
| Type safety: The return type WebElement for findElement(By) from the type Widget needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| ---------- | |
| 116. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/PerformsTouchActions.java (at line 38) | |
| ImmutableMap<String, ImmutableList> parameters = touchAction.getParameters(); | |
| ^^^^^^^^^^^^^ | |
| ImmutableList is a raw type. References to generic type ImmutableList<E> should be parameterized | |
| ---------- | |
| 117. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/PerformsTouchActions.java (at line 53) | |
| ImmutableMap<String, ImmutableList> parameters = multiAction.getParameters(); | |
| ^^^^^^^^^^^^^ | |
| ImmutableList is a raw type. References to generic type ImmutableList<E> should be parameterized | |
| ---------- | |
| 118. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/PerformsTouchActions.java (at line 53) | |
| ImmutableMap<String, ImmutableList> parameters = multiAction.getParameters(); | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| Type safety: The expression of type ImmutableMap needs unchecked conversion to conform to ImmutableMap<String,ImmutableList> | |
| ---------- | |
| ---------- | |
| 119. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/AppiumServerHasNotBeenStartedLocallyException.java (at line 20) | |
| public class AppiumServerHasNotBeenStartedLocallyException extends RuntimeException { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The serializable class AppiumServerHasNotBeenStartedLocallyException does not declare a static final serialVersionUID field of type long | |
| ---------- | |
| ---------- | |
| 120. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java (at line 65) | |
| private static final List<String> PATH_CAPABILITIES = new ArrayList<String>() { | |
| ^^^^^^^^^^^^^^^^^^^ | |
| The serializable class does not declare a static final serialVersionUID field of type long | |
| ---------- | |
| 121. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java (at line 312) | |
| Map<String, Object> capabilitiesMap = (Map<String, Object>) capabilities.asMap(); | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| Type safety: Unchecked cast from Map<String,capture#1-of ?> to Map<String,Object> | |
| ---------- | |
| 122. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java (at line 348) | |
| Map<String, Object> capabilitiesMap = (Map<String, Object>) capabilities.asMap(); | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| Type safety: Unchecked cast from Map<String,capture#3-of ?> to Map<String,Object> | |
| ---------- | |
| 123. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java (at line 376) | |
| @SuppressWarnings("unchecked") | |
| ^^^^^^^^^^^ | |
| Unnecessary @SuppressWarnings("unchecked") | |
| ---------- | |
| ---------- | |
| 124. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/InvalidNodeJSInstance.java (at line 19) | |
| public class InvalidNodeJSInstance extends RuntimeException { | |
| ^^^^^^^^^^^^^^^^^^^^^ | |
| The serializable class InvalidNodeJSInstance does not declare a static final serialVersionUID field of type long | |
| ---------- | |
| ---------- | |
| 125. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/service/local/InvalidServerInstanceException.java (at line 20) | |
| public class InvalidServerInstanceException extends RuntimeException { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The serializable class InvalidServerInstanceException does not declare a static final serialVersionUID field of type long | |
| ---------- | |
| ---------- | |
| 126. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 40) | |
| List<T> findElements(By by); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type WebElement | |
| ---------- | |
| 127. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 42) | |
| T findElement(By by); | |
| ^ | |
| Type safety: The return type T for findElement(By) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 128. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 42) | |
| T findElement(By by); | |
| ^ | |
| Type safety: The return type T for findElement(By) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type WebElement | |
| ---------- | |
| 129. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 44) | |
| T findElementByClassName(String className); | |
| ^ | |
| Type safety: The return type T for findElementByClassName(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 130. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 46) | |
| List<T> findElementsByClassName(String className); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByClassName(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 131. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 48) | |
| T findElementByCssSelector(String cssSelector); | |
| ^ | |
| Type safety: The return type T for findElementByCssSelector(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 132. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 50) | |
| List<T> findElementsByCssSelector(String cssSelector); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByCssSelector(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 133. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 52) | |
| T findElementById(String id); | |
| ^ | |
| Type safety: The return type T for findElementById(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 134. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 54) | |
| List<T> findElementsById(String id); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsById(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| 135. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 56) | |
| T findElementByLinkText(String linkText); | |
| ^ | |
| Type safety: The return type T for findElementByLinkText(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 136. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 58) | |
| List<T> findElementsByLinkText(String linkText); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByLinkText(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 137. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 60) | |
| T findElementByPartialLinkText(String partialLinkText); | |
| ^ | |
| Type safety: The return type T for findElementByPartialLinkText(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 138. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 62) | |
| List<T> findElementsByPartialLinkText(String partialLinkText); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByPartialLinkText(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 139. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 64) | |
| T findElementByName(String name); | |
| ^ | |
| Type safety: The return type T for findElementByName(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 140. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 66) | |
| List<T> findElementsByName(String name); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByName(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 141. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 68) | |
| T findElementByTagName(String tagName); | |
| ^ | |
| Type safety: The return type T for findElementByTagName(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 142. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 70) | |
| List<T> findElementsByTagName(String tagName); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByTagName(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 143. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 72) | |
| T findElementByXPath(String xPath); | |
| ^ | |
| Type safety: The return type T for findElementByXPath(String) from the type TouchableElement<T> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 144. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/TouchableElement.java (at line 74) | |
| List<T> findElementsByXPath(String xPath); | |
| ^^^^ | |
| Type safety: The return type List<T> for findElementsByXPath(String) from the type TouchableElement<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| ---------- | |
| 145. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElement(By) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type WebDriver | |
| ---------- | |
| 146. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElement(By) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 147. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByPartialLinkText(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 148. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByPartialLinkText(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 149. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByTagName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 150. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByLinkText(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 151. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 152. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByCssSelector(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 153. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByCssSelector(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 154. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByXPath(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| 155. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type SearchContext | |
| ---------- | |
| 156. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElements(By) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type WebDriver | |
| ---------- | |
| 157. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByTagName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 158. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementById(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 159. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByClassName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 160. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByClassName(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 161. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsByLinkText(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 162. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByXPath(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 163. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type T for findElementByName(String) from the type DefaultGenericMobileDriver<T> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 164. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineDriver.java (at line 27) | |
| public class YouiEngineDriver<T extends WebElement> extends AppiumDriver<T> { | |
| ^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<T> for findElementsById(String) from the type AppiumDriver<T> needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| ---------- | |
| 165. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElement(By) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type WebElement | |
| ---------- | |
| 166. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElement(By) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type SearchContext | |
| ---------- | |
| 167. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByPartialLinkText(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 168. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByPartialLinkText(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 169. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByTagName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByTagName | |
| ---------- | |
| 170. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByLinkText(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByLinkText | |
| ---------- | |
| 171. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByName | |
| ---------- | |
| 172. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByCssSelector(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByCssSelector | |
| ---------- | |
| 173. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByCssSelector(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByCssSelector | |
| ---------- | |
| 174. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByXPath(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByXPath | |
| ---------- | |
| 175. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElements(By) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type SearchContext | |
| ---------- | |
| 176. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElements(By) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type WebElement | |
| ---------- | |
| 177. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByTagName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByTagName | |
| ---------- | |
| 178. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementById(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsById | |
| ---------- | |
| 179. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByClassName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByClassName | |
| ---------- | |
| 180. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByClassName(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByClassName | |
| ---------- | |
| 181. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsByLinkText(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsByLinkText | |
| ---------- | |
| 182. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByXPath(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByXPath | |
| ---------- | |
| 183. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type MobileElement for findElementByName(String) from the type DefaultGenericMobileElement<MobileElement> needs unchecked conversion to conform to T from the type FindsByName | |
| ---------- | |
| 184. WARNING in /Users/saikrisv/git/java-client/src/main/java/io/appium/java_client/youiengine/YouiEngineElement.java (at line 21) | |
| public class YouiEngineElement extends MobileElement { | |
| ^^^^^^^^^^^^^^^^^ | |
| Type safety: The return type List<MobileElement> for findElementsById(String) from the type MobileElement needs unchecked conversion to conform to List<WebElement> from the type FindsById | |
| ---------- | |
| ---------- | |
| 185. WARNING in /Users/saikrisv/git/java-client/src/main/java/org/openqa/selenium/WebDriver.java (at line 21) | |
| import org.openqa.selenium.logging.LoggingPreferences; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| The import org.openqa.selenium.logging.LoggingPreferences is never used | |
| ---------- | |
| 185 problems (185 warnings) | |
| :processResources | |
| :classes | |
| :compileTestJava | |
| Note: Some input files use unchecked or unsafe operations. | |
| Note: Recompile with -Xlint:unchecked for details. | |
| :processTestResources | |
| :testClasses | |
| :test | |
| Download https://jcenter.bintray.com/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606.pom | |
| Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.7.201606060606/org.jacoco.build-0.7.7.201606060606.pom | |
| Download https://jcenter.bintray.com/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606.jar | |
| :test FAILED | |
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| Execution failed for task ':test'. | |
| > Could not find matching test for pattern: IOSPageFactoryTest.java | |
| * Try: | |
| Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
| BUILD FAILED | |
| Total time: 26.914 secs | |
| ~/git/java-client (master ✔) ᐅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment