开发者

Rebuild IntelliJ project indexes

开发者 https://www.devze.com 2023-03-19 15:48 出处:网络
IntelliJ IDEA 10.5.1 is reporting zero usages for all method, classes etc. Can I force IntelliJ to rebuild the pro开发者_JAVA百科ject indexes?File -> Invalidate caches...

IntelliJ IDEA 10.5.1 is reporting zero usages for all method, classes etc.

Can I force IntelliJ to rebuild the pro开发者_JAVA百科ject indexes?


File -> Invalidate caches...

(Force rebuild of all caches and indices on next startup)

Restart IntelliJ IDEA.

Caution: This might Remove local history.


Restarting IntelliJ fixed this in my case (Ultimate 2019.1) -- on restarting, it rebuild the indexes by itself.

An interesting side effect, apart from all imports and non-local references coming up as errors, was the error reported on all string literals:

Incompatible types. 
Required: java.lang.String 
Found: java.lang.String
0

精彩评论

暂无评论...
验证码 换一张
取 消