enofex/taikai

Remove wildcard imports

Closed this issue · 1 comments

I think it can be shoud be a good feature.

ArchUnit is primarily designed for analyzing and enforcing architectural rules on Java bytecode. Since it operates on bytecode rather than source code, it does not have direct access to the original import statements, including wildcard imports, which are removed during the compilation process. Bytecode does not retain information about the specific form of import statements used in the source code.