lint-baseline.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <issues format="6" by="lint 8.5.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.1)" variant="all" version="8.5.1">
  3. <issue
  4. id="WrongCommentType"
  5. message="This block comment looks like it was intended to be a javadoc comment"
  6. errorLine1=" * @see IMqttClient#connect()"
  7. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
  8. <location
  9. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  10. line="321"
  11. column="5"/>
  12. </issue>
  13. <issue
  14. id="WrongCommentType"
  15. message="This block comment looks like it was intended to be a javadoc comment"
  16. errorLine1=" * @see IMqttClient#connect(MqttConnectOptions)"
  17. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  18. <location
  19. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  20. line="328"
  21. column="5"/>
  22. </issue>
  23. <issue
  24. id="WrongCommentType"
  25. message="This block comment looks like it was intended to be a javadoc comment"
  26. errorLine1=" * @see IMqttClient#connect(MqttConnectOptions)"
  27. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  28. <location
  29. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  30. line="335"
  31. column="5"/>
  32. </issue>
  33. <issue
  34. id="WrongCommentType"
  35. message="This block comment looks like it was intended to be a javadoc comment"
  36. errorLine1=" * @see IMqttClient#disconnect()"
  37. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  38. <location
  39. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  40. line="344"
  41. column="5"/>
  42. </issue>
  43. <issue
  44. id="WrongCommentType"
  45. message="This block comment looks like it was intended to be a javadoc comment"
  46. errorLine1=" * @see IMqttClient#disconnect(long)"
  47. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  48. <location
  49. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  50. line="351"
  51. column="5"/>
  52. </issue>
  53. <issue
  54. id="WrongCommentType"
  55. message="This block comment looks like it was intended to be a javadoc comment"
  56. errorLine1=" * @see IMqttClient#subscribe(String)"
  57. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  58. <location
  59. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  60. line="401"
  61. column="5"/>
  62. </issue>
  63. <issue
  64. id="WrongCommentType"
  65. message="This block comment looks like it was intended to be a javadoc comment"
  66. errorLine1=" * @see IMqttClient#subscribe(String[])"
  67. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  68. <location
  69. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  70. line="408"
  71. column="5"/>
  72. </issue>
  73. <issue
  74. id="WrongCommentType"
  75. message="This block comment looks like it was intended to be a javadoc comment"
  76. errorLine1=" * @see IMqttClient#subscribe(String, int)"
  77. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  78. <location
  79. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  80. line="419"
  81. column="5"/>
  82. </issue>
  83. <issue
  84. id="WrongCommentType"
  85. message="This block comment looks like it was intended to be a javadoc comment"
  86. errorLine1=" * @see IMqttClient#subscribe(String[], int[])"
  87. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  88. <location
  89. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  90. line="426"
  91. column="5"/>
  92. </issue>
  93. <issue
  94. id="WrongCommentType"
  95. message="This block comment looks like it was intended to be a javadoc comment"
  96. errorLine1=" * @see IMqttClient#subscribeWithResponse(String)"
  97. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  98. <location
  99. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  100. line="471"
  101. column="5"/>
  102. </issue>
  103. <issue
  104. id="WrongCommentType"
  105. message="This block comment looks like it was intended to be a javadoc comment"
  106. errorLine1=" * @see IMqttClient#subscribeWithResponse(String, IMqttMessageListener)"
  107. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  108. <location
  109. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  110. line="478"
  111. column="5"/>
  112. </issue>
  113. <issue
  114. id="WrongCommentType"
  115. message="This block comment looks like it was intended to be a javadoc comment"
  116. errorLine1=" * @see IMqttClient#subscribeWithResponse(String, int)"
  117. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  118. <location
  119. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  120. line="485"
  121. column="5"/>
  122. </issue>
  123. <issue
  124. id="WrongCommentType"
  125. message="This block comment looks like it was intended to be a javadoc comment"
  126. errorLine1=" * @see IMqttClient#subscribeWithResponse(String, int, IMqttMessageListener)"
  127. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  128. <location
  129. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  130. line="492"
  131. column="5"/>
  132. </issue>
  133. <issue
  134. id="WrongCommentType"
  135. message="This block comment looks like it was intended to be a javadoc comment"
  136. errorLine1=" * @see IMqttClient#subscribeWithResponse(String[])"
  137. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  138. <location
  139. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  140. line="500"
  141. column="5"/>
  142. </issue>
  143. <issue
  144. id="WrongCommentType"
  145. message="This block comment looks like it was intended to be a javadoc comment"
  146. errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], IMqttMessageListener[])"
  147. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  148. <location
  149. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  150. line="511"
  151. column="5"/>
  152. </issue>
  153. <issue
  154. id="WrongCommentType"
  155. message="This block comment looks like it was intended to be a javadoc comment"
  156. errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], int[])"
  157. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  158. <location
  159. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  160. line="523"
  161. column="5"/>
  162. </issue>
  163. <issue
  164. id="WrongCommentType"
  165. message="This block comment looks like it was intended to be a javadoc comment"
  166. errorLine1=" * @see IMqttClient#subscribeWithResponse(String[], int[], IMqttMessageListener[])"
  167. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  168. <location
  169. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  170. line="530"
  171. column="5"/>
  172. </issue>
  173. <issue
  174. id="WrongCommentType"
  175. message="This block comment looks like it was intended to be a javadoc comment"
  176. errorLine1=" * @see IMqttClient#unsubscribe(String)"
  177. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  178. <location
  179. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  180. line="540"
  181. column="5"/>
  182. </issue>
  183. <issue
  184. id="WrongCommentType"
  185. message="This block comment looks like it was intended to be a javadoc comment"
  186. errorLine1=" * @see IMqttClient#unsubscribe(String[])"
  187. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  188. <location
  189. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  190. line="547"
  191. column="5"/>
  192. </issue>
  193. <issue
  194. id="WrongCommentType"
  195. message="This block comment looks like it was intended to be a javadoc comment"
  196. errorLine1=" * @see IMqttClient#publishBlock(String, byte[], int, boolean)"
  197. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  198. <location
  199. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  200. line="555"
  201. column="5"/>
  202. </issue>
  203. <issue
  204. id="WrongCommentType"
  205. message="This block comment looks like it was intended to be a javadoc comment"
  206. errorLine1=" * @see IMqttClient#publishBlock(String, MqttMessage)"
  207. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  208. <location
  209. file="src/main/java/org/eclipse/paho/client/mqttv3/MqttClient.java"
  210. line="566"
  211. column="5"/>
  212. </issue>
  213. <issue
  214. id="DefaultLocale"
  215. message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
  216. errorLine1=" scheme = scheme.toLowerCase();"
  217. errorLine2=" ~~~~~~~~~~~">
  218. <location
  219. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/NetworkModuleService.java"
  220. line="65"
  221. column="20"/>
  222. </issue>
  223. <issue
  224. id="DefaultLocale"
  225. message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
  226. errorLine1=" String scheme = brokerUri.getScheme().toLowerCase();"
  227. errorLine2=" ~~~~~~~~~~~">
  228. <location
  229. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/NetworkModuleService.java"
  230. line="97"
  231. column="42"/>
  232. </issue>
  233. <issue
  234. id="DefaultLocale"
  235. message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
  236. errorLine1=" if(upgradeHeader == null || !upgradeHeader.toLowerCase().contains(HTTP_HEADER_UPGRADE_WEBSOCKET)){"
  237. errorLine2=" ~~~~~~~~~~~">
  238. <location
  239. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketHandshake.java"
  240. line="161"
  241. column="46"/>
  242. </issue>
  243. <issue
  244. id="DefaultLocale"
  245. message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
  246. errorLine1=" headerMap.put(header[0].toLowerCase(), header[1]);"
  247. errorLine2=" ~~~~~~~~~~~">
  248. <location
  249. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketHandshake.java"
  250. line="194"
  251. column="28"/>
  252. </issue>
  253. <issue
  254. id="SuspiciousIndentation"
  255. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  256. errorLine1=" tokenStore.open();"
  257. errorLine2="~~~~">
  258. <location
  259. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
  260. line="298"
  261. column="1"/>
  262. <location
  263. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
  264. line="296"
  265. column="1"
  266. message="Previous line indentation here"/>
  267. </issue>
  268. <issue
  269. id="SuspiciousIndentation"
  270. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  271. errorLine1=" if (executorService == null) {"
  272. errorLine2="~~~">
  273. <location
  274. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
  275. line="882"
  276. column="1"/>
  277. <location
  278. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientComms.java"
  279. line="881"
  280. column="1"
  281. message="Previous line indentation here"/>
  282. </issue>
  283. <issue
  284. id="SuspiciousIndentation"
  285. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  286. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; 619 Timed out as no activity: &quot; + this.keepAliveNanos + &quot;; &quot; + lastOutboundActivity + &quot;; &quot; + lastInboundActivity + &quot;; &quot; + time + &quot;; &quot; + lastPing);"
  287. errorLine2="~~~~~">
  288. <location
  289. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  290. line="752"
  291. column="1"/>
  292. <location
  293. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  294. line="751"
  295. column="1"
  296. message="Previous line indentation here"/>
  297. </issue>
  298. <issue
  299. id="SuspiciousIndentation"
  300. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  301. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; 642 : &quot; + this.keepAliveNanos + &quot;; &quot; + lastOutboundActivity + &quot;; &quot; + lastInboundActivity + &quot;; &quot; + time + &quot;; &quot; + lastPing);"
  302. errorLine2="~~~~~">
  303. <location
  304. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  305. line="763"
  306. column="1"/>
  307. <location
  308. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  309. line="762"
  310. column="1"
  311. message="Previous line indentation here"/>
  312. </issue>
  313. <issue
  314. id="SuspiciousIndentation"
  315. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  316. errorLine1=" Log.d(CLASS_NAME, methodName + &quot;before 620 check weather ping needed: &quot; + lastInboundActivity + &quot;, &quot; + keepAliveNanos + &quot;, &quot; + lastOutboundActivity);"
  317. errorLine2="~~~~">
  318. <location
  319. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  320. line="778"
  321. column="1"/>
  322. <location
  323. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  324. line="759"
  325. column="1"
  326. message="Previous line indentation here"/>
  327. </issue>
  328. <issue
  329. id="SuspiciousIndentation"
  330. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  331. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; 620 ping needed next: &quot; + nextPingTime);"
  332. errorLine2="~~~~~">
  333. <location
  334. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  335. line="794"
  336. column="1"/>
  337. <location
  338. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  339. line="793"
  340. column="1"
  341. message="Previous line indentation here"/>
  342. </issue>
  343. <issue
  344. id="SuspiciousIndentation"
  345. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  346. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; 634 ping not needed yet. Schedule next ping: &quot; + nextPingTime);"
  347. errorLine2="~~~~~">
  348. <location
  349. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  350. line="805"
  351. column="1"/>
  352. <location
  353. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  354. line="804"
  355. column="1"
  356. message="Previous line indentation here"/>
  357. </issue>
  358. <issue
  359. id="SuspiciousIndentation"
  360. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  361. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; 624 &quot; + nextPingTime);"
  362. errorLine2="~~~">
  363. <location
  364. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  365. line="811"
  366. column="1"/>
  367. <location
  368. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  369. line="810"
  370. column="1"
  371. message="Previous line indentation here"/>
  372. </issue>
  373. <issue
  374. id="SuspiciousIndentation"
  375. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  376. errorLine1=" Log.d(CLASS_NAME, methodName + &quot; notifySentBytes lastOutboundActivity: &quot; + lastOutboundActivity);"
  377. errorLine2="~~~">
  378. <location
  379. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  380. line="919"
  381. column="1"/>
  382. <location
  383. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  384. line="918"
  385. column="1"
  386. message="Previous line indentation here"/>
  387. </issue>
  388. <issue
  389. id="SuspiciousIndentation"
  390. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  391. errorLine1=" Log.d(CLASS_NAME, methodName + &quot;630 notifyReceivedBytes lastInboundActivity: &quot; + lastInboundActivity);"
  392. errorLine2="~~~">
  393. <location
  394. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  395. line="1002"
  396. column="1"/>
  397. <location
  398. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java"
  399. line="1001"
  400. column="1"
  401. message="Previous line indentation here"/>
  402. </issue>
  403. <issue
  404. id="SuspiciousIndentation"
  405. message="Suspicious indentation: This is conditionally executed; expected it to be indented"
  406. errorLine1=" current_state = State.QUIESCING;"
  407. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  408. <location
  409. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/CommsCallback.java"
  410. line="412"
  411. column="4"/>
  412. <location
  413. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/CommsCallback.java"
  414. line="411"
  415. column="4"
  416. message="Previous statement here"/>
  417. </issue>
  418. <issue
  419. id="SuspiciousIndentation"
  420. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  421. errorLine1=" comms.notifyConnect();"
  422. errorLine2="~">
  423. <location
  424. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ConnectActionListener.java"
  425. line="95"
  426. column="1"/>
  427. <location
  428. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/ConnectActionListener.java"
  429. line="93"
  430. column="1"
  431. message="Previous line indentation here"/>
  432. </issue>
  433. <issue
  434. id="SuspiciousIndentation"
  435. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  436. errorLine1=" while (propsE.hasMoreElements()) {"
  437. errorLine2="~~~~~">
  438. <location
  439. file="src/main/java/org/eclipse/paho/client/mqttv3/util/Debug.java"
  440. line="153"
  441. column="1"/>
  442. <location
  443. file="src/main/java/org/eclipse/paho/client/mqttv3/util/Debug.java"
  444. line="152"
  445. column="1"
  446. message="Previous line indentation here"/>
  447. </issue>
  448. <issue
  449. id="SuspiciousIndentation"
  450. message="Suspicious indentation: This is indented but is not nested under the previous expression (`for (Handler handler`...)"
  451. errorLine1=" dumpMemoryTrace47(logger.getParent());"
  452. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  453. <location
  454. file="src/main/java/org/eclipse/paho/client/mqttv3/logging/JSR47Logger.java"
  455. line="275"
  456. column="7"/>
  457. <location
  458. file="src/main/java/org/eclipse/paho/client/mqttv3/logging/JSR47Logger.java"
  459. line="266"
  460. column="4"
  461. message="Previous statement here"/>
  462. </issue>
  463. <issue
  464. id="SuspiciousIndentation"
  465. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  466. errorLine1=" log.fine(CLASS_NAME, methodName, &quot;529&quot;, new Object[]{message});"
  467. errorLine2=" ~">
  468. <location
  469. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/wire/MqttOutputStream.java"
  470. line="91"
  471. column="5"/>
  472. <location
  473. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/wire/MqttOutputStream.java"
  474. line="83"
  475. column="5"
  476. message="Previous line indentation here"/>
  477. </issue>
  478. <issue
  479. id="SuspiciousIndentation"
  480. message="The indentation string here is different from on the previous line (`&quot; &quot;` vs `\t`)"
  481. errorLine1=" closeOutputStream();"
  482. errorLine2="~~~~">
  483. <location
  484. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.java"
  485. line="78"
  486. column="1"/>
  487. <location
  488. file="src/main/java/org/eclipse/paho/client/mqttv3/internal/websocket/WebSocketReceiver.java"
  489. line="77"
  490. column="1"
  491. message="Previous line indentation here"/>
  492. </issue>
  493. <issue
  494. id="GradleDependency"
  495. message="A newer version of `compileSdkVersion` than 32 is available: 34"
  496. errorLine1=" compileSdk 32"
  497. errorLine2=" ~~~~~~~~~~~~~">
  498. <location
  499. file="build.gradle"
  500. line="6"
  501. column="5"/>
  502. </issue>
  503. <issue
  504. id="GradleDependency"
  505. message="A newer version of androidx.appcompat:appcompat than 1.3.0 is available: 1.6.1"
  506. errorLine1=" implementation &apos;androidx.appcompat:appcompat:1.3.0&apos;"
  507. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  508. <location
  509. file="build.gradle"
  510. line="34"
  511. column="20"/>
  512. </issue>
  513. <issue
  514. id="GradleDependency"
  515. message="A newer version of com.google.android.material:material than 1.4.0 is available: 1.10.0"
  516. errorLine1=" implementation &apos;com.google.android.material:material:1.4.0&apos;"
  517. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  518. <location
  519. file="build.gradle"
  520. line="35"
  521. column="20"/>
  522. </issue>
  523. <issue
  524. id="GradleDependency"
  525. message="A newer version of androidx.test.ext:junit than 1.1.3 is available: 1.1.5"
  526. errorLine1=" androidTestImplementation &apos;androidx.test.ext:junit:1.1.3&apos;"
  527. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  528. <location
  529. file="build.gradle"
  530. line="37"
  531. column="31"/>
  532. </issue>
  533. <issue
  534. id="GradleDependency"
  535. message="A newer version of androidx.test.espresso:espresso-core than 3.4.0 is available: 3.5.1"
  536. errorLine1=" androidTestImplementation &apos;androidx.test.espresso:espresso-core:3.4.0&apos;"
  537. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  538. <location
  539. file="build.gradle"
  540. line="38"
  541. column="31"/>
  542. </issue>
  543. <issue
  544. id="ExpiredTargetSdkVersion"
  545. message="Google Play requires that apps target API level 33 or higher."
  546. errorLine1=" targetSdk 32"
  547. errorLine2=" ~~~~~~~~~~~~">
  548. <location
  549. file="build.gradle"
  550. line="10"
  551. column="9"/>
  552. </issue>
  553. </issues>