Bug 340185 - Per scanner file discovery does not identify files that are part of the build
Summary: Per scanner file discovery does not identify files that are part of the build
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 12:42 EDT by Markus Schorn CLA
Modified: 2020-09-04 15:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Schorn CLA 2011-03-16 12:42:16 EDT
The per-file scanner discovery no longer (but probably already for a long time) identifies files that are part of the build. 

The indexer uses CoreModel.isScannerInformationEmpty(..) to determine whether a file is part of the build or not. (That's the only purpose of this method. The name is not well chosen but was never changed because it is API). Independent of whether the scanner discovery has discovered a file or not this method returns false. This makes the per-file scanner discovery much less useful.