| Zak Cohen | 914f7b34 | 2023-09-12 21:24:22 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 2 | <issues format="6" by="lint 8.3.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-beta01)" variant="all" version="8.3.0-beta01"> |
| Zak Cohen | 914f7b34 | 2023-09-12 21:24:22 +0000 | [diff] [blame] | 3 | |
| 4 | <issue |
| 5 | id="ListIterator" |
| 6 | message="Creating an unnecessary Iterator to iterate through a List" |
| 7 | errorLine1=" nodes.forEachIndexed { index, glanceNode ->" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="src/main/java/androidx/glance/testing/AssertionErrorMessages.kt"/> |
| 11 | </issue> |
| 12 | |
| 13 | <issue |
| 14 | id="ListIterator" |
| 15 | message="Creating an unnecessary Iterator to iterate through a List" |
| Tiem Song | 7e943e4 | 2024-01-03 13:21:46 -0800 | [diff] [blame] | 16 | errorLine1=" children.forEach { child ->" |
| 17 | errorLine2=" ~~~~~~~"> |
| Aurimas Liutikas | b805737 | 2023-12-20 23:41:44 +0000 | [diff] [blame] | 18 | <location |
| Tiem Song | 7e943e4 | 2024-01-03 13:21:46 -0800 | [diff] [blame] | 19 | file="src/main/java/androidx/glance/testing/unit/GlanceMappedNode.kt"/> |
| 20 | </issue> |
| 21 | |
| 22 | <issue |
| 23 | id="ListIterator" |
| 24 | message="Creating an unnecessary Iterator to iterate through a List" |
| 25 | errorLine1=" return mappedNodes.toList()" |
| 26 | errorLine2=" ~~~~~~"> |
| 27 | <location |
| 28 | file="src/main/java/androidx/glance/testing/unit/GlanceMappedNode.kt"/> |
| Aurimas Liutikas | b805737 | 2023-12-20 23:41:44 +0000 | [diff] [blame] | 29 | </issue> |
| 30 | |
| 31 | <issue |
| 32 | id="ListIterator" |
| 33 | message="Creating an unnecessary Iterator to iterate through a List" |
| Aurimas Liutikas | 36de1fe | 2023-11-29 15:12:02 -0800 | [diff] [blame] | 34 | errorLine1=" val violations = filteredNodes.filter {" |
| 35 | errorLine2=" ~~~~~~"> |
| 36 | <location |
| 37 | file="src/main/java/androidx/glance/testing/GlanceNodeAssertionCollection.kt"/> |
| 38 | </issue> |
| 39 | |
| 40 | <issue |
| 41 | id="ListIterator" |
| 42 | message="Creating an unnecessary Iterator to iterate through a List" |
| 43 | errorLine1=" this.allNodes = allNodes.toList()" |
| 44 | errorLine2=" ~~~~~~"> |
| 45 | <location |
| 46 | file="src/main/java/androidx/glance/testing/TestContext.kt"/> |
| 47 | </issue> |
| 48 | |
| 49 | <issue |
| 50 | id="ListIterator" |
| 51 | message="Creating an unnecessary Iterator to iterate through a List" |
| Zak Cohen | 914f7b34 | 2023-09-12 21:24:22 +0000 | [diff] [blame] | 52 | errorLine1=" return node.children().any { checkIfSubtreeMatchesRecursive(matcher, it) }" |
| 53 | errorLine2=" ~~~"> |
| 54 | <location |
| 55 | file="src/main/java/androidx/glance/testing/unit/UnitTestFilters.kt"/> |
| 56 | </issue> |
| 57 | |
| 58 | </issues> |