Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="6" by="lint 7.1.0-dev" type="baseline" client="" dependencies="true" name="" variant="all" version="7.1.0-dev"> |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 3 | |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 4 | <issue |
| 5 | id="NewApi" |
| 6 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 7 | errorLine1="final class ArrayElementVarHandle extends VarHandle {" |
| 8 | errorLine2=" ~~~~~~~~~"> |
| 9 | <location |
| 10 | file="libcore/libart/src/main/java/java/lang/invoke/ArrayElementVarHandle.java" |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 11 | line="26" |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 12 | column="43"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
| 17 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 18 | errorLine1="final class ByteArrayViewVarHandle extends VarHandle {" |
| 19 | errorLine2=" ~~~~~~~~~"> |
| 20 | <location |
| 21 | file="libcore/libart/src/main/java/java/lang/invoke/ByteArrayViewVarHandle.java" |
| 22 | line="25" |
| 23 | column="44"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
| 28 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 29 | errorLine1="final class ByteBufferViewVarHandle extends VarHandle {" |
| 30 | errorLine2=" ~~~~~~~~~"> |
| 31 | <location |
| 32 | file="libcore/libart/src/main/java/java/lang/invoke/ByteBufferViewVarHandle.java" |
| 33 | line="26" |
| 34 | column="45"/> |
| 35 | </issue> |
| 36 | |
| 37 | <issue |
| 38 | id="NewApi" |
| 39 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 40 | errorLine1="class FieldVarHandle extends VarHandle {" |
| 41 | errorLine2=" ~~~~~~~~~"> |
| 42 | <location |
| 43 | file="libcore/libart/src/main/java/java/lang/invoke/FieldVarHandle.java" |
| 44 | line="26" |
| 45 | column="30"/> |
| 46 | </issue> |
| 47 | |
| 48 | <issue |
| 49 | id="NewApi" |
| 50 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 51 | errorLine1=" } else if (refc == VarHandle.class) {" |
| 52 | errorLine2=" ~~~~~~~~~"> |
| 53 | <location |
| 54 | file="libcore/ojluni/src/main/java/java/lang/invoke/MethodHandles.java" |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 55 | line="901" |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 56 | column="32"/> |
| 57 | </issue> |
| 58 | |
| 59 | <issue |
| 60 | id="NewApi" |
| 61 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 62 | errorLine1=" Class<?> refc = VarHandle.class;" |
| 63 | errorLine2=" ~~~~~~~~~"> |
| 64 | <location |
| 65 | file="libcore/ojluni/src/main/java/java/lang/invoke/MethodHandles.java" |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 66 | line="2471" |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 67 | column="25"/> |
| 68 | </issue> |
| 69 | |
| 70 | <issue |
| 71 | id="NewApi" |
| 72 | message="Class requires API level 32 (current min is 31): `java.lang.invoke.VarHandle`" |
| 73 | errorLine1=" MethodType methodType = type.insertParameterTypes(0, VarHandle.class);" |
| 74 | errorLine2=" ~~~~~~~~~"> |
| 75 | <location |
| 76 | file="libcore/ojluni/src/main/java/java/lang/invoke/MethodHandles.java" |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 77 | line="2478" |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 78 | column="62"/> |
| 79 | </issue> |
| 80 | |
Pete Bentley | d10becf | 2021-10-21 20:53:16 +0100 | [diff] [blame^] | 81 | <issue |
| 82 | id="NewApi" |
| 83 | message="Class requires API level 32 (current min is 31): `java.security.cert.URICertStoreParameters`" |
| 84 | errorLine1=" if (p == null || (!(p instanceof URICertStoreParameters))) {" |
| 85 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| 86 | <location |
| 87 | file="libcore/ojluni/src/main/java/java/security/cert/URICertStoreParameters.java" |
| 88 | line="127" |
| 89 | column="42"/> |
| 90 | </issue> |
| 91 | |
| 92 | <issue |
| 93 | id="NewApi" |
| 94 | message="Class requires API level 32 (current min is 31): `java.security.cert.URICertStoreParameters`" |
| 95 | errorLine1=" URICertStoreParameters other = (URICertStoreParameters)p;" |
| 96 | errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> |
| 97 | <location |
| 98 | file="libcore/ojluni/src/main/java/java/security/cert/URICertStoreParameters.java" |
| 99 | line="135" |
| 100 | column="41"/> |
| 101 | </issue> |
| 102 | |
Orion Hodson | 11d114e | 2021-06-10 16:27:44 +0100 | [diff] [blame] | 103 | </issues> |