Intellij-How to avoid import.* packages, and import package order problems

Intellij version

  IntelliJ IDEA 2018.1.2 (Ultimate Edition)
  Build #IU-181.4668.68, built on April 24, 2018

Avoid import.* packages

 Import package order problem

set this ordering (like eclipse defaults):

  • static all other,
  • blank,
  • java.*,
  • blank,
  • javax.*,
  • blank,
  • org.*,
  • blank,
  • with.*,
  • blank,
  • all other imports

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326617507&siteId=291194637