IntelliJ Idea 15 shows dependency packages with project packages

╄→尐↘猪︶ㄣ 提交于 2020-01-04 02:32:09

问题


IntelliJ Idea 15 CE is showing packages from libraries/dependencies in the Project's Packages View. This only happens if root package of the project is common with those of some dependencies.

For ex. my project's root package is org. So all the dependencies which also have org package like org.apache.logging are also being listed in my project's packages.

This is a gradle project we are talking about. And Its not "Libraries" tree I am referring to.

Is this a configurable behaviour or a bug? I couldn't find any configuration to disable it.

Update: Issue has been submitted at IntelliJ Issue Tracker: https://youtrack.jetbrains.com/issue/IDEA-147677

A screenshot of the problem is attached in this question: IntelliJ IDEA 15 CE Project->Packages includes library packages, empty

来源:https://stackoverflow.com/questions/33601816/intellij-idea-15-shows-dependency-packages-with-project-packages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!