This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227237 - Code inspection - provide option (scope) for inspecting only modified files
Summary: Code inspection - provide option (scope) for inspecting only modified files
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.3
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 15:12 UTC by jiri_pejchal
Modified: 2015-02-04 09:23 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jiri_pejchal 2013-03-09 15:12:00 UTC
It would be great if code inspections (findbugs, etc.) could be run only for changed files. One could run code inspections before commiting and check for bugs in new code.
Comment 1 jiri_pejchal 2013-03-10 17:20:28 UTC
IntelliJ IDEA has Inspection scope -> Uncommited files and Custom scope -> VCS Scopes -> Changed files