you will see a yellow mark with an "a" left to the "isVerspersf" line, indicating the getter.
Now you change all "boolean" words to "Boolean", one by one, beginning from the top. The "a" mark will now be left to the "isVerspersf" line and also left to the "setVerspersf" line with an error mark saying that "Persistent attribute metadata should be specified on field or property getter".
When I now rename "isVerspersf" to "getVerspersf", the error still stays there.
The error can only be removed by changing the "setVerspersf" line and forcing the validator to revalidate that line this way.
Description
Support feedback:
When you have a codeblock like this in a hibernate entity class:
you will see a yellow mark with an "a" left to the "isVerspersf" line, indicating the getter.
Now you change all "boolean" words to "Boolean", one by one, beginning from the top. The "a" mark will now be left to the "isVerspersf" line and also left to the "setVerspersf" line with an error mark saying that "Persistent attribute metadata should be specified on field or property getter".
When I now rename "isVerspersf" to "getVerspersf", the error still stays there.
The error can only be removed by changing the "setVerspersf" line and forcing the validator to revalidate that line this way.