commit | a3dde250753042e4531e64fd4751811f68e5f6fb | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Apr 09 16:08:41 2024 -0400 |
committer | Julia Tuttle <juliatuttle@google.com> | Thu Apr 25 16:36:24 2024 +0000 |
tree | fa6aba6a88627dec3118c6febc4d124b0d200397 | |
parent | 1e5e9b7be92dcd619e2f1e148a452286b4c3c59f [diff] |
Fix import order to finally match checkstyle This also matches all of our IDEA import order configs, making the checkstyle advice of "Use Optimize Imports" actually work :-) [automated cleanup] $ find . -name "*.java" | xargs google-java-format --aosp --fix-imports-only --replace After this CL only two files remain with checkstyle import errors due to 'platform.*' imports which have no explicit ordering defined in checkstyle: packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerTest.java packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/FooterViewTest.java Bug: 333533940 Test: None Flag: None Change-Id: I9767e37566c5a733033196c5858388835a564a72