Project name always reformating

Answered

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?

0
2 comments
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.