|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Anna Kozlova |
|
Subsystem
|
Code Analysis. Inspection |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
Example code I used to reproduce the issue:
public class TarasTest { public static void main(String[] args) { final ArrayList<String> arrayList = new ArrayList<String>(); arrayList.add("Hello"); String[] strings = arrayList.toArray(new String[0]); } }The popup spanning the whole screen seems only to happen when Project View is open.