[core] Enhance Analyzers with Standardized, Parameterized Declarations and Support for Multiple Runs #34
Labels
domain: core
Affects the app's core architecture
domain: workspace
Affects workspace object management
enhancement
New feature or request
Background
Currently, our analyzer modules have hard-coded parameters, limiting flexibility and reusability. For example:
[3, 5]
.This approach makes it difficult to adapt the analyzers to different use cases without modifying code. Furthermore, running multiple analyses with different parameter sets overwrites previous results due to workspace limitations.
Desired Outcome
Parameterization of Analyzers
Workspace Enhancement
Impact
This enhancement will:
Acceptance Criteria
Open Questions
The text was updated successfully, but these errors were encountered: