Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClassCastException: org.jetbrains.kotlin.psi.KtAnnotationEntry cannot be cast to org.jetbrains.kotlin.psi.KtParameter #27

Open
sreejithbnaick opened this issue Sep 2, 2017 · 5 comments

Comments

@sreejithbnaick
Copy link

Android Studio 2.3.3
Build #AI-162.4069837, built on June 6, 2017
JRE: 1.8.0_112-release-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Kotlin version: 1.1.4-3

Plugin is crashing with following stacktrace:

plugin-crash

@nekocode
Copy link
Owner

nekocode commented Sep 2, 2017

I will check it soon.

@sreejithbnaick
Copy link
Author

Class has jackson annotation "@JsonIgnore" added to property. Annotation is not handled in the generator code I guess.

@nekocode
Copy link
Owner

nekocode commented Sep 2, 2017

Can you provide the code of your class?

@sreejithbnaick
Copy link
Author

@hereisderek
Copy link

same here

data class LoginCredentials @JvmOverloads constructor(
        val serverName: String = "",
        val extension: String = "",
        var pin: String = "",
        var id: String = "-1"
)

Repository owner deleted a comment from fede-s Feb 22, 2024
Repository owner deleted a comment from Dattakiranrao Feb 26, 2024
@github-staff github-staff deleted a comment Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@hereisderek @sreejithbnaick @nekocode and others