STEPBible / step

STEP :: Scripture Tools for Every Person
BSD 3-Clause "New" or "Revised" License
49 stars 38 forks source link

Optimize imports using IntelliJ #119

Closed danbenn closed 1 year ago

danbenn commented 1 year ago

Why

I noticed in my editor that often imports are unused within a Java file, causing a highlight in my editor; or the imports are in an unconventional order.

How I Generated

All these changes are autogenerated.

  1. Opened step project in IntelliJ
  2. Clicked on Code > Optimize Imports
  3. Removed any non-Java files - it formatted some xml files, but I removed those since not so helpful