Describe the bug
When annotating a field of type Double with @Index, the ObjectBox processor shows the following error:
Note: [ObjectBox] Starting ObjectBox processor (debug: false, incremental: true)
error: [ObjectBox] 'viewOrder' @Index is not supported for Double, remove @Index.
[ObjectBox] 'viewOrder' @Index is not supported for Double, remove @Index.
1 error
From that error message one cannot tell what Entity and Field it refers too. Of course I can just search through all of my entities, but it would be much easier, if the error message would contain the Entity and Field directly.
Basic info (please complete the following information):
ObjectBox version (are you using the latest version?): 2.7.0
Reproducibility: 100%
To Reproduce
Create an Entity with a field of type Double and annotate the field with @Index.
Try to build the project.
Expected behavior
Error should contain Entitiy and Field name.
The text was updated successfully, but these errors were encountered:
Describe the bug
When annotating a field of type Double with @Index, the ObjectBox processor shows the following error:
From that error message one cannot tell what Entity and Field it refers too. Of course I can just search through all of my entities, but it would be much easier, if the error message would contain the Entity and Field directly.
Basic info (please complete the following information):
To Reproduce
Create an Entity with a field of type Double and annotate the field with @Index.
Try to build the project.
Expected behavior
Error should contain Entitiy and Field name.
The text was updated successfully, but these errors were encountered: