You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2026. It is now read-only.
When getting classmap of root package, ClassMapGenerator also map vendor.
It takes lot of time as there is many (many) classes
We don't care about this classes
Solution: scan only some directories: src and include for example. It will be fast, but if someone uses another directory for its sources or have its sources at the root, it will be missed.
When getting classmap of root package, ClassMapGenerator also map vendor.
Solution: scan only some directories:
srcandincludefor example. It will be fast, but if someone uses another directory for its sources or have its sources at the root, it will be missed.