The method index in PropertyValuesHolder was using only the method name + the number of parameters in the call to index the different properties methods. This worked ok most of the time because, for a given method name (let's say setTrimStartOffset), the class is usually the same. However, if the same method name is used in multiple classes, this will cause collisions and will most likely crash. Change-Id: Ie6fa8872c5c5e69e690f4f1bb79191a31bef2a28
…
…
…
Description
No description provided
Languages
Java
77.3%
Kotlin
9.2%
PowerBuilder
6.6%
C++
5.5%
AIDL
1%