You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the version 1.3.0 with a maven project.
When I create the builder (default values for all the parameters), if I create it in the main forder everything is ok.
If I create it in the test folder, it refuse to compile.
I think the PsiReference is not updated with the right forlder after the generation.
The error is : "Cannot access com.or.shift.cbs.core.position.PositionEntityBuilder", and the 2 classes are in the same folder and package.
The text was updated successfully, but these errors were encountered:
Getting this as well. If I move the Builder to another package, rename, move it back, and rename again, it fixes it. This seems to only occur when you generate the builder inside the test sources, not the production sources.
Hi,
I'm using the version 1.3.0 with a maven project.
When I create the builder (default values for all the parameters), if I create it in the
main
forder everything is ok.If I create it in the
test
folder, it refuse to compile.I think the PsiReference is not updated with the right forlder after the generation.
The error is : "Cannot access com.or.shift.cbs.core.position.PositionEntityBuilder", and the 2 classes are in the same folder and package.
The text was updated successfully, but these errors were encountered: