You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
case 6566:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 6567:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6576:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 6758:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6851:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6954:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6973:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 6974:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6975:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 7016:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 7017:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 7018:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 7020:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 7022:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
I not found solution for detect duplicates in kotlin. Best solution if create function for any unique case, and re-use in other, size function will be 10x smaller.
Also same case for getFieldAnnotations. I think always annotations use multiply.
The text was updated successfully, but these errors were encountered:
case 6566:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
case 6567:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6576:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
-->
case 6567:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(false));
case 6566, 6576:return JA_L.T1("[Ljava/lang/annotation/Annotation;", (new my.context.annotations.Bean_Impl_()).my_context_annotations_Bean_Impl_init__Z_V(true));
We can have a HashMap of the annotations linked to a case or something. Kotlin data class implement hashCode and equals to compare them and use in maps. I can check it.
my
getClassAnnotations
see asI not found solution for detect duplicates in kotlin. Best solution if create function for any unique case, and re-use in other, size function will be 10x smaller.
Also same case for
getFieldAnnotations
. I think always annotations use multiply.The text was updated successfully, but these errors were encountered: