Closed maiermic closed 4 years ago
Thanks for the great bug report :). It definitely looks like those usages should be found, I'm not sure why they're not.
This was due to the duplicate java and smali versions of the LiveViewLumixZoomView class. After deleting the java copy, it was able to find the usages in the smali copy.
One possibility to get around this problem might be to define 2 modules in the project, one with the java sources, and another with the smali sources.
Thanks for looking into this. I will try to define 2 modules.
This field declaration has 4 usages (1, 2, 3, 4). None of them is found.
You should be able to reproduce this by
Open the Android project in the (sub-) directory
panasonic-image-app_1.10.14
. Open the filesmali/com/panasonic/avc/cng/view/parts/LiveViewLumixZoomView.smali
. Move the cursor to the symbolj
of the declaration statement of fieldj
(line 40, column 16). RunEdit -> Find -> Find Usages
. You should get the resultNo usages found in All Places
.IntelliJ IDEA 2019.2.1 org.jf.smalidea 0.05