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

Unable to use the builder without invalidate cache and restart IntelliJ. #76

Open
pkernevez opened this issue Jan 15, 2024 · 1 comment

Comments

@pkernevez
Copy link

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.

image
The error is : "Cannot access com.or.shift.cbs.core.position.PositionEntityBuilder", and the 2 classes are in the same folder and package.

@andreasevers
Copy link

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.

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

2 participants