Skip to content

[Feature]: Add incremental SpotBugs analysis #65

Description

@shblue21

Feature description

Add a way to quickly re-run SpotBugs only for the file or area I am currently working on.

When working in a large Java workspace, running a full SpotBugs analysis can take too long for normal edit-check-fix loops. It would be useful if the extension could refresh results for the changed file or selected folder without making the user run the full workspace analysis every time.

This would make SpotBugs feel more responsive while coding.

Alternatives considered

Run the full workspace analysis manually, but that is too heavy for frequent use.

Additional context

This could later support an optional analyze-on-save setting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions