Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

ClassMapGenerator get all classes even vendor for root package #12

@Gashmob

Description

@Gashmob

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions