Fix inconsistencies in Android annotations
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<root>
|
||||
<item name='org.apache.commons.codec.BinaryEncoder byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.StringEncoderComparator int compare(java.lang.Object, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.BinaryDecoder byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.Encoder java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.StringEncoderComparator int compare(java.lang.Object, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.Decoder java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
@@ -1,77 +1,17 @@
|
||||
<root>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec char[] toAsciiChars(byte[])'>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object decode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex char[] encodeHex(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] decodeBase64(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] fromAscii(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64Chunked(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64Chunked(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decodeHex(char[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] toAsciiBytes(byte[])'>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.String toAsciiString(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] fromAscii(char[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decodeHex(char[]) 0'>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[], boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object decode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] encode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex char[] encodeHex(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object decode(java.lang.Object)'>
|
||||
<item name='org.apache.commons.codec.binary.Hex char[] encodeHex(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] decode(byte[])'>
|
||||
@@ -80,22 +20,94 @@
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object decode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] toByteArray(java.lang.String)'>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64Chunked(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] toAsciiBytes(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] decodeBase64(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object decode(java.lang.Object) 0'>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object decode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64Chunked(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] toByteArray(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decodeHex(char[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[], boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex char[] encodeHex(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] encode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] fromAscii(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec byte[] encode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[], boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decode(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object encode(java.lang.Object)'>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec char[] toAsciiChars(byte[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Hex java.lang.Object decode(java.lang.Object) 0'>
|
||||
@@ -104,10 +116,10 @@
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.String toAsciiString(byte[])'>
|
||||
<item name='org.apache.commons.codec.binary.Hex byte[] decodeHex(char[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.binary.Base64 byte[] encodeBase64(byte[], boolean)'>
|
||||
<item name='org.apache.commons.codec.binary.BinaryCodec java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,19 +1,25 @@
|
||||
<root>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult java.lang.String getPrimary()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult void appendAlternate(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.RefinedSoundex java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult java.lang.String getPrimary()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.Object encode(java.lang.Object)'>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult java.lang.String getAlternate()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult void append(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.String metaphone(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.Object encode(java.lang.Object)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult void appendPrimary(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -29,12 +35,6 @@
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.String encode(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult java.lang.String getAlternate()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.String metaphone(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.language.Metaphone java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
|
||||
@@ -1,8 +1,44 @@
|
||||
<root>
|
||||
<item name='org.apache.commons.codec.net.BCodec java.lang.String getEncoding()'>
|
||||
<item name='org.apache.commons.codec.net.QuotedPrintableCodec byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.BCodec java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QuotedPrintableCodec java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.URLCodec java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.URLCodec byte[] decode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QCodec java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QCodec java.lang.String getEncoding()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.BCodec java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QuotedPrintableCodec java.lang.Object encode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.URLCodec java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QuotedPrintableCodec byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.URLCodec byte[] encode(byte[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.BCodec java.lang.String getEncoding()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.commons.codec.net.QCodec java.lang.Object decode(java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user