一打补丁就报failure in processEncodedAnnotation错误
- Dominant language
- C++
- Stars
- 7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
一打补丁就报这个错
Process: com.example.administrator.andfixtest, PID: 17499
java.lang.RuntimeException: failure in processEncodedAnnotation
at java.lang.reflect.Method.getAnnotation(Native Method)
at java.lang.reflect.Method.getAnnotation(Method.java:266)
at com.alipay.euler.andfix.AndFixManager.fixClass(SourceFile:199)
at com.alipay.euler.andfix.AndFixManager.fix(SourceFile:179)
at com.alipay.euler.andfix.a.b.a(SourceFile:238)
at com.alipay.euler.andfix.a.b.b(SourceFile:165)
at com.example.administrator.andfixtest.h.run(SourceFile:59)
at java.lang.Thread.run(Thread.java:841)
是我哪里配置错了吗
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the stack trace at AndFixManager.fixClass (SourceFile:199), then trace the calls through fix (SourceFile:179) and the reported application entry points. Compare the patch and runtime configuration used by the reporter; done means the same patch loads without the processEncodedAnnotation exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100