Why is Intellij showing a cross (x) over the class icon for one of my Java classes?

后端 未结 1 876
眼角桃花
眼角桃花 2020-12-08 06:18

The icon that IntelliJ (v11.1) usually shows next to Java classes is a blue circle with a C. But for one of my classes this icon has a small \"x\" in the top left corner. Th

相关标签:
1条回答
  • 2020-12-08 07:00

    This icon shows that the class is excluded from the compilation, it can be changed in Settings (Preferences on Mac) | Compiler | Excludes.

    0 讨论(0)
提交回复
热议问题