EN
Intellij Idea - do not use wildcard imports (do not import *, 999)
1 points
Quick solution:

Steps:
- File (menu bar)
- Settings
- Editor
- Code Style
- Java
- Imports tab
- Change from 5 to 999 - Class count to use import with '*'
- Change from 3 to 999 - Names count to use static import with '*'
- Default value of Class count to use import with '*' is 5
- Default value of Names count to use static import with '*' is 3
