mirror of
https://github.com/revanced/smali.git
synced 2025-05-08 10:24:31 +02:00
Remove completed TODO regarding PsiAnnotationMethods
This commit is contained in:
parent
75bef01d10
commit
aa4b0a0506
@ -71,9 +71,6 @@ public class SmaliAnnotation extends SmaliStubBasedPsiElement<SmaliAnnotationStu
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Nullable @Override public PsiJavaCodeReferenceElement getNameReferenceElement() {
|
@Nullable @Override public PsiJavaCodeReferenceElement getNameReferenceElement() {
|
||||||
// TODO: we need to have a PsiAnnotationMethod implementation for methods in an annotation class (see PsiUtil.isAnnotationMethod and PsiImplUtil.findAttributeValue)
|
|
||||||
// TODO: alternately, we should implement findAttributeValue and findAttributeValue ourselves, instead of relying on PsiImplUtil (don't forget about finding default values..)
|
|
||||||
// TODO: ensure that PsiAnnotationMethodReferencesSearcher will pick up method usages based on our annotation elements
|
|
||||||
SmaliAnnotationStub stub = getStub();
|
SmaliAnnotationStub stub = getStub();
|
||||||
if (stub != null) {
|
if (stub != null) {
|
||||||
String qualifiedName = stub.getAnnotationType();
|
String qualifiedName = stub.getAnnotationType();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user