mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for Bug 63975 - Managed Build IScannerInfoProvider not returning fine-grained response.
This commit is contained in:
parent
0dfb4354ac
commit
02ee05c7bf
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ public class ManagedBuildManager extends AbstractCExtension implements IScannerI
|
|||
* @see org.eclipse.cdt.core.parser.IScannerInfoProvider#getScannerInformation(org.eclipse.core.resources.IResource)
|
||||
*/
|
||||
public IScannerInfo getScannerInformation(IResource resource) {
|
||||
return (IScannerInfo) getBuildInfo(resource, false);
|
||||
return (IScannerInfo) getBuildInfo(resource.getProject(), false);
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue