This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 514
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
[Bug]: Implement abstract method(s) #1156
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Implement abstract method(s) crash
What's the expected behavior?
fix
What version of AndroidIDE you're using?
v2.5.0 (debug builds)
Relevant log output
AndroidIDE crash report
Manufacturer: realme
Device: RMX3708
ABI: arm64-v8a
SDK version: 33
App version: v2.5.1-beta (251)
Stacktrace:
java.lang.NullPointerException: Parameter specified as non-null is null: method com.itsaky.androidide.lsp.api.ILanguageClient.performCodeAction, parameter action
at com.itsaky.androidide.lsp.api.ILanguageClient.performCodeAction(Unknown Source:4)
at com.itsaky.androidide.lsp.java.actions.BaseJavaCodeAction.performCodeAction(Unknown Source:45)
at com.itsaky.androidide.lsp.java.actions.diagnostics.ImplementAbstractMethodsAction.postExec(Unknown Source:25)
at io.github.rosemoe.sora.widget.EditorSearcher$$ExternalSyntheticLambda1.run(Unknown Source:369)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:240)
at android.os.Looper.loop(Looper.java:351)
at android.app.ActivityThread.main(ActivityThread.java:8399)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)Duplicate issues
- This issue has not been reported yet.
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working