Cleanup in imports#293
Conversation
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- I don't think we execute these tests anywhere, but Eclipse IDE reported it as an error Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
|
Here's a summary of changes generated by AI: AI Summary of changesSummaryThis PR is a pure import cleanup across the entire codebase. No logic is changed. Change Groups1. Replace wildcard imports with explicit importsThe dominant change across all 1163 files. Every occurrence of wildcard imports Typical patterns replaced:
Representative files (functional-tests):
2. Remove unused importsSeveral files had imports that were not actually used and are now removed entirely. Files:
3. Reorder imports to follow standard Java conventionsImports are reordered to follow the conventional order:
This affects virtually all 1163 files. Representative examples:
4. Replace
|
tools/ior/which is built by a Makefile, but for some reason make doesn't like it, so I could not test it.