In kotlin, "Unresolved references of converter" error message should be clear #1172
Open
1 task done
Labels
enhancement
New feature or request
Is there an existing issue?
Use case
In kotlin, when processing entity, Plugin won't check/validate imports of converter so when error message is occured, It's stacktrace is raw, unreadable and unrecognizedable.
for example: When on converter's type is not imported, stacktrace is:
Since user can't check the plugin's code directly, User can't understand why this error occured/which entity's reference is missing.
Proposed solution
Plugin can create an error message when converter's import won't received rather than raw error like
ClassCastException
It could be nice to say which entity created error, or which property.
Additional context
I know this is not a common situation that User breaks the import references, so It is ok to be not to hurry.
I didn't checked on Java, so Java's error message or behavior can be different.
My situation: Git messed up the package name and build broken
The text was updated successfully, but these errors were encountered: