Project name always reformating
Hi,
I'm using the latest version of intellij idea (works great) on linux, but I've an irritating problem.
Sometimes, when I switch to another project, the project name of the one I quit change to the gradle rootProject.name.
Basically, the file /.idea/.name it's deleted, so Intellij idea use settings.gradle to name this project.
ctrl+shift+alt+s -> rename will work until another switch.
It only appears with java gradle project, not maven, java EE etc..
In my logs, I can see :
indexing info: null
at com.intellij.psi.stubs.StubTreeLoader.stubTreeAndIndexDoNotMatch(StubTreeLoader.java:132)
at com.intellij.psi.stubs.StubProcessingHelperBase.a(StubProcessingHelperBase.java:178)
...
And a threadDumbs-freeze file is created :
on java.util.zip.ZipFile@62b950d8 owned by "ApplicationImpl pooled thread 2" Id=33
How can I persistently set my project name, and fix these errors?
Please sign in to leave a comment.
You are probably affected by one of these related issues:
https://youtrack.jetbrains.com/issue/IDEA-152199
https://youtrack.jetbrains.com/issue/IDEA-153554
Thanks for this quickly response :)
Yes I think so, I've no problem when rootProject.name = intellij project name.
The issue you link is pretty old (2016), when will it being patch (if it's a bug?)?
Thanks for the time you according to this topic, Valentin